Commit d99eecec authored by zp's avatar zp

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

parents ec52bb2c 66cd316b
......@@ -1516,6 +1516,8 @@ public class ProductServiceImpl implements ProductService, Constant {
ProductInfoVO p = new ProductInfoVO();
p.setOpenDay(item.getOpenDay());
p.setFundId(item.getId());
p.setSubstrategy(item.getSubstrategy() + "");
p.setStrategy(item.getStrategy() + "");
p.setProductName(item.getFundName());
p.setRet1m(importedFundCount == null ? null : BigDecimalUtil.multiply100(importedFundCount.getRet1m()));
p.setRetIncep(importedFundCount == null ? null : BigDecimalUtil.multiply100(importedFundCount.getRetIncep()));
......
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