Browse Source

update:
1.修改补录订单非车无法出来费用问题

wks 1 year ago
parent
commit
98fd4f9064

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

@@ -2451,7 +2451,7 @@ public class PtlAgreementProductCostsNewServiceImpl extends ServiceImpl<PtlAgree
                     item.setJqCostsProportion(null);
                 }
             }
-            if (StringUtils.isBlank(item.getNoCarCostsProportion()) || item.getNoCarCostsProportion().equals("0")) {
+            if (StringUtils.isBlank(item.getNoCostsProportion()) || item.getNoCostsProportion().equals("0")) {
                 item.setNoCostsProportion(null);
             }
         });