|
|
|
@@ -2715,7 +2715,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
JSONObject shopObject = objects.getJSONObject(j); |
|
|
|
JSONArray adjustRatioArr = shopObject.getJSONArray("adjustRatio"); |
|
|
|
String shopNumber = shopObject.getString("shopNumber"); |
|
|
|
adjustRatioStr.append(shopNumber).append("[").append(adjustRatioArr.getIntValue(i)).append("]"); |
|
|
|
adjustRatioStr.append(shopNumber).append("[").append(adjustRatioArr.getString(i)).append("]"); |
|
|
|
} |
|
|
|
adjustRatioList.add(adjustRatioStr.toString()); |
|
|
|
} |
|
|
|
|