From 7d218057ee9790560c389efc9738e78168ada8ec Mon Sep 17 00:00:00 2001 From: luozukai Date: Mon, 28 Jan 2019 15:59:00 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=A1=E6=89=B9=E6=B5=81][=E4=BF=AE?= =?UTF-8?q?=E6=94=B9][=E5=AE=A1=E6=89=B9=E5=AE=8C=E6=88=90=E7=89=A9?= =?UTF-8?q?=E4=B8=9A=E7=8A=B6=E6=80=81=E4=BF=AE=E6=94=B9=E9=87=8D=E5=A4=8D?= =?UTF-8?q?]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/iformall/service/impl/WxFlowServiceImpl.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java index 733bfc4bc..8b57f88c9 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java @@ -407,10 +407,6 @@ public class WxFlowServiceImpl implements WxFlowService { String str = getVariableByKey(variables,"contractType"); if(StringUtils.isNotBlank(str)){ contractType = Integer.parseInt(str); - - if(3 == contractType){ //η‰©δΈšεˆεŒ - wxPropertyContractService.updatePropertyContractStatus(businessId); - } } updateBusinessStatus(businessId,flowType,contractType,EnumRentContractAppStatus.FINISH.getCode(),supplement);