From 8473d709444687cee100426451a96cf7a5e4454c Mon Sep 17 00:00:00 2001 From: xhxu Date: Sun, 15 Aug 2021 13:15:54 +0800 Subject: [PATCH] hetong --- .../com/iformall/service/impl/WxRentContractServiceImpl.java | 1 + 1 file changed, 1 insertion(+) 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 d4ef825cd..869f0562f 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java @@ -1970,6 +1970,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { logger.info("获取租赁物业合同数据>>>>>>rentId:" + rentId +" >>>>propertyId:"+propertyId); Map result = new HashMap<>(); WxRentContract wxRentContract = wxRentContractMapper.selectById(rentId); + result.put("operationType", wxRentContract.getOperationType()); if (wxRentContract.getRentShopType().equals(EnumRentShopType.SHOP.getCode())) { JSONArray jsonArray = JSONArray.parseArray(wxRentContract.getRentInfo()); StringBuffer shopNumberStr = new StringBuffer();