|
@@ -223,7 +223,7 @@ public class FundNavAssetServiceImpl implements FundNavAssetService {
|
|
|
}
|
|
|
FundAssetVO fundAssetVO = new FundAssetVO();
|
|
|
fundAssetVO.setFundId(excelData.getFundId());
|
|
|
- fundNavVO.setChannelId(Integer.valueOf(excelData.getChannelId().trim()));
|
|
|
+ fundAssetVO.setChannelId(Integer.valueOf(excelData.getChannelId().trim()));
|
|
|
fundAssetVO.setPriceDate(excelData.getPriceDate());
|
|
|
fundAssetVO.setAssetNet(StringUtil.isEmpty(excelData.getAssetNet())?null:BigDecimal.valueOf(Double.valueOf(excelData.getAssetNet())));
|
|
|
fundAssetVO.setAssetShare(StringUtil.isEmpty(excelData.getAssetShare())?null:BigDecimal.valueOf(Double.valueOf(excelData.getAssetShare())));
|