Commit 148826c2 authored by 张亚辉's avatar 张亚辉

理财师基金净值

parent 972d5b1c
...@@ -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