Commit 5273c49f authored by zhengjian's avatar zhengjian

6.6-2 fix

parent 623c09e6
......@@ -293,8 +293,9 @@ public class FundModuleServiceImpl implements IFundModuleService{
fundInfoJSON.put("priority", channelFundConfig.getPriority());
fundArray.add(fundInfoJSON);
fundSet.add(key);
fundIds.add(channelFundConfig.getFundId().toString());
}
//命中一次增加一条
fundIds.add(channelFundConfig.getFundId().toString());
}
FundConfigCondition.Result result = new FundConfigCondition.Result();
if (CollectionUtils.isEmpty(fundArray)){
......
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