diff --git a/src/main/java/com/tanpu/fund/service/impl/ProductForPcServiceImpl.java b/src/main/java/com/tanpu/fund/service/impl/ProductForPcServiceImpl.java index 9804cac1c731be180d9741d9e8c7414395b6346e..732345d494ce43a7b25760e628fe2dd07a1b41e3 100644 --- a/src/main/java/com/tanpu/fund/service/impl/ProductForPcServiceImpl.java +++ b/src/main/java/com/tanpu/fund/service/impl/ProductForPcServiceImpl.java @@ -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);