diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java index 4e3d255db..683177a22 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java @@ -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);