|
|
|
@@ -1161,7 +1161,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
|
|
|
|
public String getShopInfoStr(WxRentContract wxRentContract){ |
|
|
|
String shopInfoStr = null; |
|
|
|
if (wxRentContract.getRentShopType().equals(EnumRentShopType.SHOP.getCode())) { |
|
|
|
// if (wxRentContract.getRentShopType().equals(EnumRentShopType.SHOP.getCode())) { |
|
|
|
String rentInfo = wxRentContract.getRentInfo(); |
|
|
|
JSONArray rentInfoArray = JSONArray.parseArray(rentInfo); |
|
|
|
int rentSize = rentInfoArray.size(); |
|
|
|
@@ -1171,7 +1171,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
shopInfoMap.put(rentInfoObject.getString("shopNumber"), rentInfoObject.getString("buildArea")); |
|
|
|
} |
|
|
|
shopInfoStr = JSONObject.toJSONString(shopInfoMap); |
|
|
|
} |
|
|
|
// } |
|
|
|
return shopInfoStr; |
|
|
|
} |
|
|
|
|
|
|
|
|