From 522ae0994af5cf529a35a971a6c5703847aa7d05 Mon Sep 17 00:00:00 2001 From: luozukai Date: Sat, 26 Jan 2019 13:45:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=BD=95=E5=8F=91=E8=B5=B7=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E6=B5=81=EF=BC=8C=E5=B9=B6=E8=B5=B0=E5=90=8C=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E4=BA=8B=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/iformall/service/impl/WxFlowServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5a3c82c95..95dc023fa 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java @@ -1,6 +1,5 @@ package com.iformall.service.impl; -import com.alibaba.druid.support.json.JSONUtils; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; import com.iformall.common.Result; @@ -87,6 +86,7 @@ public class WxFlowServiceImpl implements WxFlowService { */ @Override public void updateBusinessStatus(Long businessId,Integer flowType,Integer contractType,Integer applyStatus,Boolean supplement){ + logger.info("businessId:{},supplement:{}",businessId.toString(),supplement); if(1 == flowType){ // 1租赁合同 2点位合同wx_rent_contract 3物业wx_property_contract 4点位物业合同 if(contractType.intValue() == 1 || contractType.intValue() == 2){