|
|
@@ -114,7 +114,7 @@ public class FeeRuleSchemeServiceNewImpl implements FeeRuleSchemeNewService {
|
|
|
public void verificationCostFactor(InsAreaCompany insAreaCompany, InsOrders insOrders, StringBuilder logs) {
|
|
|
|
|
|
List<AgreementProductCosts> agreementProductCosts =
|
|
|
- ptlAgreementProductCostsNewService.costsGetList(insAreaCompany.getAgreementId(), insOrders.getProductid());
|
|
|
+ ptlAgreementProductCostsNewService.costsGetList(insAreaCompany.getAgreementId(), insAreaCompany.getProductid());
|
|
|
// if(agreementProductCosts == null || agreementProductCosts.size() == 0){
|
|
|
// throw new SystemException("协议费用因子为空");
|
|
|
// }
|