xhxu 4 лет назад
Родитель
Сommit
3f84cf1b29
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java

+ 1
- 1
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);


Загрузка…
Отмена
Сохранить