浏览代码

批量修改费用bug

Qchen 1 年之前
父节点
当前提交
414274f12d

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