From d135242d57850d9c831ae21847bbef0aacfa61e6 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Wed, 17 Oct 2018 14:19:33 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=95=86=E6=88=B7=E7=AE=A1=E7=90=86][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9][=E5=A2=9E=E5=8A=A0=E5=90=88=E5=90=8C?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=EF=BC=8C=E6=9C=89=E5=85=B3=E8=81=94=E5=90=88?= =?UTF-8?q?=E5=90=8C=E4=BF=A1=E6=81=AF=E6=97=B6=E5=85=B3=E8=81=94=E5=B9=B6?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B4=A6=E5=8D=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/iformall/service/impl/WxMerchantServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxMerchantServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxMerchantServiceImpl.java index 0edfa207e..8bfedbae8 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxMerchantServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxMerchantServiceImpl.java @@ -254,6 +254,7 @@ public class WxMerchantServiceImpl implements WxMerchantService { WxRentContract wxRentContract = wxRentContractMapper.selectByPrimaryKey(wxMerchant.getRentContractId()); wxRentContract.setMerchantId(merchantid); wxRentContract.setUpdatetime(new Date()); + wxRentContract.setStatus(EnumRentContractStatus.SIGNED_RENT_UNPAID.getCode()); wxRentContractMapper.updateByPrimaryKeySelective(wxRentContract); //创建账单 buildRent(wxMerchant);