From aa2f6b33186dcfe30a44355f20a6be2f89d29eda Mon Sep 17 00:00:00 2001 From: gongbiao Date: Sat, 15 Jun 2019 14:49:31 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A7=9F=E8=B5=81=E7=89=A9=E4=B8=9A=E5=90=88?= =?UTF-8?q?=E5=90=8C][=E4=BF=AE=E6=94=B9][=E6=A0=B9=E6=8D=AEID=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/WxRentPropertyContractServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxRentPropertyContractServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxRentPropertyContractServiceImpl.java index 43fba7521..03eaffbf2 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxRentPropertyContractServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxRentPropertyContractServiceImpl.java @@ -56,7 +56,7 @@ public class WxRentPropertyContractServiceImpl implements WxRentPropertyContract p.getStatus().equals(EnumRentContractStatus.RENT_PAID.getCode()) || p.getStatus().equals(EnumRentContractStatus.SIGNED_RENT_UNPAID.getCode())) .findFirst().orElse(null); - data.put("property", new WxPropertyContract()); + data.put("property", null); if (wxPropertyContract != null) { Map property = wxPropertyContractService.getById(wxPropertyContract.getRentContractId()); data.put("property", property);