Commit 5c697b9e authored by zp's avatar zp

Merge remote-tracking branch 'origin/v1.2.0' into dev

parents d99eecec 3d296757
......@@ -252,6 +252,8 @@ public class ProductServiceImpl implements ProductService, Constant {
vo.setFundId(info.getId());
// 最新净值
vo.setNet(getNewNet(info.getId()));
vo.setStrategy(info.getStrategy() + "");
vo.setSubstrategy(info.getSubstrategy() + "");
vo.setProductType(Constant.ONE_NUM);
vos.add(vo);
});
......
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