Commit b8554e10 authored by zp's avatar zp

add

parent 5da084ac
...@@ -1555,6 +1555,7 @@ public class ProductServiceImpl implements ProductService, Constant { ...@@ -1555,6 +1555,7 @@ public class ProductServiceImpl implements ProductService, Constant {
p.setSubstrategy(item.getSubstrategy() + ""); p.setSubstrategy(item.getSubstrategy() + "");
p.setStrategy(item.getStrategy() + ""); p.setStrategy(item.getStrategy() + "");
p.setProductName(item.getFundName()); p.setProductName(item.getFundName());
p.setRet1y(importedFundCount == null ? null : BigDecimalUtil.multiply100(importedFundCount.getRet1y()));
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()));
p.setNet(importedFundCount == null ? null : Net.builder().netDate(importedFundCount.getPriceDate().getTime()) p.setNet(importedFundCount == null ? null : Net.builder().netDate(importedFundCount.getPriceDate().getTime())
......
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