From 3f84cf1b29bc9d0dc3a3e15cc6a6f6ca3d3e5f62 Mon Sep 17 00:00:00 2001 From: xhxu Date: Fri, 20 Aug 2021 17:06:49 +0800 Subject: [PATCH] hetong --- .../com/iformall/service/impl/WxRentContractServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);