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