Commit d479b2bc authored by zp's avatar zp

Merge remote-tracking branch 'origin/20210426_not_net' into dev

parents 1112cd91 21029eda
......@@ -1567,6 +1567,7 @@ public class ProductServiceImpl implements ProductService, Constant {
return ifaImportedNonavFunds.stream().map(ls -> {
ProductInfoVO vo = new ProductInfoVO();
vo.setFundId(ls.getId());
vo.setProductType(4);
vo.setFundName(ls.getFundName());
return vo;
}).collect(Collectors.toList());
......
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