Commit f704ddb5 authored by 张亚辉's avatar 张亚辉

Merge branch 'master' into dev

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