|
|
@@ -1949,8 +1949,7 @@ public class FeeRuleSchemeServiceImpl implements FeeRuleSchemeService {
|
|
|
return;
|
|
|
} else {
|
|
|
//循环有效的规则列表,进行因子匹配,抛出匹配到的因子项
|
|
|
- for (int i = 0; i < ptlAgreementUndwrtRulesList.size(); i++) {
|
|
|
- PtlAgreementUndwrtRules undwrtRules = ptlAgreementUndwrtRulesList.get(i);
|
|
|
+ for (PtlAgreementUndwrtRules undwrtRules : ptlAgreementUndwrtRulesList) {
|
|
|
//获取处理后的待校验因子
|
|
|
Map<Integer, FeeFactorInfoDto> factorToBeVerified = getFactorToBeVerifiedForRules(undwrtRules);
|
|
|
//按规则拼接跟单信息
|