|
|
|
@@ -630,7 +630,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
for (WxFlowRecord flowRecord:flowRecordList) { |
|
|
|
try { |
|
|
|
runtimeService.deleteProcessInstance(flowRecord.getProcessInstanceId(), "合同作废"); |
|
|
|
// 修改合同审核状态为驳回 |
|
|
|
// 修改合同审核状态 |
|
|
|
WxRentContract rentContract = new WxRentContract(); |
|
|
|
rentContract.setId(flowRecord.getBusinessId()); |
|
|
|
rentContract.setApplyStatus(EnumRentContractAppStatus.CANCLE.getCode()); |
|
|
|
|