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