Browse Source

hetong

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

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

@@ -1936,8 +1936,8 @@ public class WxRentContractServiceImpl implements WxRentContractService {
for (int i = 0, size = jsonArray.size(); i < size; i++) {
JSONObject jsonObject = jsonArray.getJSONObject(i);
shopNumberStr.append("[").append(jsonObject.getString("shopNumber")).append("]");
floorNameStr.append("[").append(jsonObject.getString("floor")).append("]");
buildingNameStr.append("[").append(jsonObject.getString("building")).append("]");
floorNameStr.append("[").append(jsonObject.getString("floorName")).append("]");
buildingNameStr.append("[").append(jsonObject.getString("buildingName")).append("]");
buildAreaStr.append("[").append(jsonObject.getString("buildArea")).append("]");
operationAreaStr.append("[").append(jsonObject.getString("operationArea")).append("]");
}


Loading…
Cancel
Save