From a30b032590a43515fe121af0f09a80575214ac80 Mon Sep 17 00:00:00 2001 From: luozukai Date: Fri, 18 Jan 2019 10:22:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=A1=E6=89=B9=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/iformall/service/impl/WxRentContractServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java index 0a10d2b19..a47c117c1 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java @@ -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());