|
|
|
@@ -2317,7 +2317,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
result.put("twoRentalStartDateMonth2",incrementStartDate.substring(5,7)); |
|
|
|
result.put("twoRentalStartDateDay2",incrementStartDate.substring(8,10)); |
|
|
|
result.put("twoRentIncreasing2",increasingProportion); |
|
|
|
Double twoPayRatio2 = new BigDecimal(wxRentContract.getPayRatio()) |
|
|
|
Double twoPayRatio2 = new BigDecimal(twoPayRatio1) |
|
|
|
.add(new BigDecimal(increasingProportion)) |
|
|
|
.setScale(2, RoundingMode.HALF_EVEN).doubleValue(); |
|
|
|
result.put("twoPayRatio2",twoPayRatio2); |
|
|
|
|