Commit 21029eda authored by zp's avatar zp

add

parent 7277f5b2
......@@ -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