|
|
|
@@ -1178,7 +1178,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
for (int i=0;i<array.size();i++){ |
|
|
|
JSONObject jsonObject = array.getJSONObject(0); |
|
|
|
String increasingProportion = jsonObject.getString("increasingProportion"); |
|
|
|
if(StringUtils.isNotBlank(increasingProportion)){ |
|
|
|
if(StringUtils.isNotBlank(increasingProportion) && !"0".equals(increasingProportion)){ |
|
|
|
int ratio = new BigDecimal(increasingProportion).multiply(new BigDecimal(100)).intValue(); |
|
|
|
integers.add(ratio); |
|
|
|
}else{ |
|
|
|
|