Commit 636f763e authored by zp's avatar zp

Merge remote-tracking branch 'origin/v2.0.0' into dev

parents 1d67c99a b8554e10
......@@ -1585,6 +1585,7 @@ public class ProductServiceImpl implements ProductService, Constant {
p.setSubstrategy(item.getSubstrategy() + "");
p.setStrategy(item.getStrategy() + "");
p.setProductName(item.getFundName());
p.setRet1y(importedFundCount == null ? null : BigDecimalUtil.multiply100(importedFundCount.getRet1y()));
p.setRet1m(importedFundCount == null ? null : BigDecimalUtil.multiply100(importedFundCount.getRet1m()));
p.setRetIncep(importedFundCount == null ? null : BigDecimalUtil.multiply100(importedFundCount.getRetIncep()));
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