Commit 531ec2fa authored by 技术部-韩成龙's avatar 技术部-韩成龙

发布状态

parent 637db648
......@@ -105,6 +105,9 @@ public class CoreFilter {
throw new RuntimeException("渠道配置产品集不存在,运营人员配置有问题");
}
for (ChannelRuleEntity channelRuleEntity : channelRuleEntityList) {
if (channelRuleEntity.getPublishStatus().equals(0)) {
continue;
}
FundProductEntity fundProduct = fundProductRepository.getByIdEquals(channelRuleEntity.getFundProductId());
log.info("coreHandle | 开始路由channelRuleEntity={}", channelRuleEntity.toString());
if (fundProduct == null) {
......
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