|
@@ -291,7 +291,7 @@ public class EmailParseService {
|
|
|
vo.setAssetShare(fundNavDTO.getAssetShare());
|
|
|
vo.setRegisterNumber(fundNavDTO.getRegisterNumber());
|
|
|
vo.setPriceDate(fundNavDTO.getPriceDate());
|
|
|
- vo.setNav(fundNavDTO.getCumulativeNavWithdrawal());
|
|
|
+ vo.setNav(fundNavDTO.getNav());
|
|
|
vo.setExceptionStatus(fundNavDTO.getParseStatus());
|
|
|
vo.setVirtualNav(fundNavDTO.getVirtualNav());
|
|
|
vo.setCumulativeNavWithdrawal(fundNavDTO.getCumulativeNavWithdrawal());
|