Commit 8e010311 authored by 钱坤's avatar 钱坤

Merge remote-tracking branch 'origin/master'

parents c4e91731 148826c2
...@@ -44,7 +44,7 @@ public class ProductForPcServiceImpl implements ProductForPcService { ...@@ -44,7 +44,7 @@ public class ProductForPcServiceImpl implements ProductForPcService {
.fundId(item.getFundId()) .fundId(item.getFundId())
.netDate(item.getPriceDate().getTime()) .netDate(item.getPriceDate().getTime())
.netValue(BigDecimalUtil.toString(item.getNav(), 4)) .netValue(BigDecimalUtil.toString(item.getNav(), 4))
.cumulativeNav(BigDecimalUtil.toString(item.getCumulativeNavWithdrawal(), 4)) .cumulativeNav(BigDecimalUtil.toString(item.getCumulativeNav(), 4))
.build()).collect(Collectors.toList()); .build()).collect(Collectors.toList());
} }
return new ArrayList<>(0); return new ArrayList<>(0);
......
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