Commit 66cd316b authored by zp's avatar zp

add

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