Commit 3fe23a79 authored by 王业雄's avatar 王业雄

路由成功的才记录

parent 79831e53
......@@ -98,8 +98,8 @@ public class CoreFilter {
if (currentVerify(fundProduct,auditResponce,associationBean,channelRuleEntity)){
log.info("coreHandle | 所有规则校验通过");
financeProducts.add(build(auditResponce,fundProduct,channelRuleEntity));
routingRecordList.add(generateRouteRecord(channelRuleEntity));
}
routingRecordList.add(generateRouteRecord(channelRuleEntity));
}
if (CollectionUtils.isEmpty(financeProducts)) {
throw new RuntimeException("筛选完成后没有可用的配置");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment