Browse Source

hetong

release_toaliyun_real
xhxu 4 years ago
parent
commit
8473d70944
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java

+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java View File

@@ -1970,6 +1970,7 @@ public class WxRentContractServiceImpl implements WxRentContractService {
logger.info("获取租赁物业合同数据>>>>>>rentId:" + rentId +" >>>>propertyId:"+propertyId);
Map<String, Object> 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();


Loading…
Cancel
Save