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