|
|
@@ -631,7 +631,8 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
int[] ints = priceList.get(i); |
|
|
int[] ints = priceList.get(i); |
|
|
for (int j = 0; j < ints.length; j++) { |
|
|
for (int j = 0; j < ints.length; j++) { |
|
|
JSONObject rentInfoObject = rentInfoArray.getJSONObject(j); |
|
|
JSONObject rentInfoObject = rentInfoArray.getJSONObject(j); |
|
|
shopInfo.put(rentInfoObject.getString("shopNumber"), ints[j]); |
|
|
|
|
|
|
|
|
String s = new BigDecimal(ints[j]).divide(new BigDecimal(100)).toPlainString(); |
|
|
|
|
|
shopInfo.put(rentInfoObject.getString("shopNumber"), s); |
|
|
} |
|
|
} |
|
|
shopInfos.add(shopInfo); |
|
|
shopInfos.add(shopInfo); |
|
|
} |
|
|
} |
|
|
|