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();