|
|
|
@@ -1002,10 +1002,10 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
} |
|
|
|
priceArr[i] = new BigDecimal(priceStr).multiply(new BigDecimal(100)).longValue(); |
|
|
|
} |
|
|
|
priceList.add(priceArr); |
|
|
|
priceList.add(priceArr); //每个店铺每月租金 |
|
|
|
//大于一年 |
|
|
|
JSONObject rentInfoObject = rentInfoArray.getJSONObject(0); |
|
|
|
JSONArray adjustRatio = rentInfoObject.getJSONArray("adjustRatio"); |
|
|
|
JSONArray adjustRatio = rentInfoObject.getJSONArray("adjustRatio");//[100,200] |
|
|
|
int adjustRatioSize = adjustRatio.size(); |
|
|
|
//判断年租金调整方式 |
|
|
|
if (wxRentContract.getAdjustRatioWay().equals(EnumRentContractAdjustRatioWay.RATIO.getCode())) { |
|
|
|
|