|
|
@@ -1970,6 +1970,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
logger.info("获取租赁物业合同数据>>>>>>rentId:" + rentId +" >>>>propertyId:"+propertyId); |
|
|
logger.info("获取租赁物业合同数据>>>>>>rentId:" + rentId +" >>>>propertyId:"+propertyId); |
|
|
Map<String, Object> result = new HashMap<>(); |
|
|
Map<String, Object> result = new HashMap<>(); |
|
|
WxRentContract wxRentContract = wxRentContractMapper.selectById(rentId); |
|
|
WxRentContract wxRentContract = wxRentContractMapper.selectById(rentId); |
|
|
|
|
|
result.put("operationType", wxRentContract.getOperationType()); |
|
|
if (wxRentContract.getRentShopType().equals(EnumRentShopType.SHOP.getCode())) { |
|
|
if (wxRentContract.getRentShopType().equals(EnumRentShopType.SHOP.getCode())) { |
|
|
JSONArray jsonArray = JSONArray.parseArray(wxRentContract.getRentInfo()); |
|
|
JSONArray jsonArray = JSONArray.parseArray(wxRentContract.getRentInfo()); |
|
|
StringBuffer shopNumberStr = new StringBuffer(); |
|
|
StringBuffer shopNumberStr = new StringBuffer(); |
|
|
|