Browse Source

hetong

release_toaliyun_real
xhxu 4 years ago
parent
commit
347c4413b3
1 changed files with 1 additions and 1 deletions
  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 View File

@@ -2317,7 +2317,7 @@ public class WxRentContractServiceImpl implements WxRentContractService {
result.put("twoRentalStartDateMonth2",incrementStartDate.substring(5,7));
result.put("twoRentalStartDateDay2",incrementStartDate.substring(8,10));
result.put("twoRentIncreasing2",increasingProportion);
Double twoPayRatio2 = new BigDecimal(wxRentContract.getPayRatio())
Double twoPayRatio2 = new BigDecimal(twoPayRatio1)
.add(new BigDecimal(increasingProportion))
.setScale(2, RoundingMode.HALF_EVEN).doubleValue();
result.put("twoPayRatio2",twoPayRatio2);


Loading…
Cancel
Save