소스 검색

hetong

release_toaliyun_real
xhxu 5 년 전
부모
커밋
347c4413b3
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 파일 보기

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


불러오는 중...
취소
저장