Commit 3d296757 authored by zp's avatar zp

aa

parent 66cd316b
......@@ -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