Commit 63e44bb4 authored by 技术部-韩成龙's avatar 技术部-韩成龙

构造资金产品集-优先级字段

parent 1e7f3cb0
......@@ -203,6 +203,7 @@ public class CoreFilter {
fundInfo.setFundProductId(fundProduct.getFundProId() + "");
fundInfo.setCooperation(CooperationEnum.parse(fundProduct.getOrgType()).ordinal());
fundInfo.setWaitFlg(channelRuleEntity.getRouteWait());
fundInfo.setPriority(channelRuleEntity.getPriority());
Terms term = new Terms();
term.setTerm(Integer.parseInt(auditResponce.getTerm()));
term.setFundInfos(Lists.newArrayList(fundInfo));
......
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