Commit 4a49d6e6 authored by zp's avatar zp

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

parents d479b2bc 079b9749
......@@ -1569,6 +1569,7 @@ public class ProductServiceImpl implements ProductService, Constant {
vo.setFundId(ls.getId());
vo.setProductType(4);
vo.setFundName(ls.getFundName());
vo.setProductName(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