소스 검색

批量修改费用bug

Qchen 1 년 전
부모
커밋
414274f12d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/ydtech/modules/protocols/service/impl/PtlAgreementProductCostsNewServiceImpl.java

+ 1 - 1
src/main/java/com/ydtech/modules/protocols/service/impl/PtlAgreementProductCostsNewServiceImpl.java

@@ -1260,7 +1260,7 @@ public class PtlAgreementProductCostsNewServiceImpl extends ServiceImpl<PtlAgree
                             if (currentSyCarCostsProportion.compareTo(BigDecimal.ZERO) < 0) {
                                 throw new SystemException("id为" + item.getId() + desc + "比例值不能小于零");
                             }
-                            item.setSyCostsProportion(currentSyCarCostsProportion.toString());
+                            item.setSyCarCostsProportion(currentSyCarCostsProportion.toString());
                             break;
                         case "非车险其他费用":
                             BigDecimal noCarCostsProportion = new BigDecimal(item.getNoCarCostsProportion());