|
|
|
@@ -2359,7 +2359,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
result.put("threeRentalStartDateYear2",tempAdjustRatio.substring(0,4)); |
|
|
|
result.put("threeRentalStartDateMonth2",tempAdjustRatio.substring(5,7)); |
|
|
|
result.put("threeRentalStartDateDay2",tempAdjustRatio.substring(8,10)); |
|
|
|
double threeProgressivePay2 = new BigDecimal(priceRent) |
|
|
|
double threeProgressivePay2 = new BigDecimal(progressivePay) |
|
|
|
.multiply(new BigDecimal(wxRentContract.getRentArea())) |
|
|
|
.setScale(2, RoundingMode.HALF_EVEN).doubleValue(); |
|
|
|
result.put("threeProgressivePay2",threeProgressivePay2); |
|
|
|
|