From 430ac5d5040b7ecd0e2af9e3be985a73e000c8e9 Mon Sep 17 00:00:00 2001 From: luozukai Date: Wed, 31 Jul 2019 15:06:58 +0800 Subject: [PATCH] =?UTF-8?q?[=E8=B4=A6=E5=8D=95][=E4=BF=AE=E6=94=B9][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=BB=9E=E7=BA=B3=E9=87=91]?= 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 43c33f407..5b8f867a8 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java @@ -1474,8 +1474,8 @@ public class WxRentContractServiceImpl implements WxRentContractService { if(record.getDeposit() > 0) { //押金 buildDeposit(wxMerchant, null, id); - updatePropertyPreviewBill(record); } + updatePropertyPreviewBill(record); //作废合同 updateInvalidContract(id); }