|
@@ -170,6 +170,9 @@ public class FundNavAssetServiceImpl implements FundNavAssetService {
|
|
}
|
|
}
|
|
if(StringUtil.isNotEmpty(excelData.getFundId())){
|
|
if(StringUtil.isNotEmpty(excelData.getFundId())){
|
|
String fundName = fundInfoMapper.getFundNameByFundId(excelData.getFundId());
|
|
String fundName = fundInfoMapper.getFundNameByFundId(excelData.getFundId());
|
|
|
|
+ if(StringUtil.isEmpty(excelData.getFundName())){
|
|
|
|
+ excelData.setFundName(fundName);
|
|
|
|
+ }
|
|
if(StringUtil.isEmpty(fundName)){
|
|
if(StringUtil.isEmpty(fundName)){
|
|
ExcelNavAssetFailDataVO failDataVO = toExcelFailDataVO(excelData,ExcelConst.NOT_MAPPING_FUND,dataIdx+startRow);
|
|
ExcelNavAssetFailDataVO failDataVO = toExcelFailDataVO(excelData,ExcelConst.NOT_MAPPING_FUND,dataIdx+startRow);
|
|
excelFailDataVOList.add(failDataVO);
|
|
excelFailDataVOList.add(failDataVO);
|