|
@@ -496,7 +496,7 @@ public class FeeRuleSchemeServiceNewImpl implements FeeRuleSchemeNewService {
|
|
|
for (int i = 0; i < agreementProductCosts.size(); i++) {
|
|
for (int i = 0; i < agreementProductCosts.size(); i++) {
|
|
|
//判断是否匹配
|
|
//判断是否匹配
|
|
|
System.out.printf("费用因子匹配开始:" + agreementProductCosts.get(i).getId() + "\n");
|
|
System.out.printf("费用因子匹配开始:" + agreementProductCosts.get(i).getId() + "\n");
|
|
|
- System.out.printf("费用因子备注:" + agreementProductCosts.get(i).getCostsDescription() + "\n");
|
|
|
|
|
|
|
+ System.out.println("费用因子备注:" + agreementProductCosts.get(i).getCostsDescription() + "\n");
|
|
|
if (judgements(agreementProductCosts.get(i).getCostsAttrLinks(), undwrtRulesAttrList, ruleAttrMappingVoList)) {
|
|
if (judgements(agreementProductCosts.get(i).getCostsAttrLinks(), undwrtRulesAttrList, ruleAttrMappingVoList)) {
|
|
|
//返回 费用id 如果需要匹配非车的情况 将返回值返回list 后赛选
|
|
//返回 费用id 如果需要匹配非车的情况 将返回值返回list 后赛选
|
|
|
return agreementProductCosts.get(i).getId();
|
|
return agreementProductCosts.get(i).getId();
|