Explorar el Código

hetong

release_toaliyun_real
xhxu hace 4 años
padre
commit
3f84cf1b29
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

@@ -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);


Cargando…
Cancelar
Guardar