|
@@ -351,6 +351,7 @@ public class EmailParseService {
|
|
List<String> fundIdList = fundService.getFundIdByNamesAndCode(fundNavDTO.getFundName(), fundNavDTO.getRegisterNumber());
|
|
List<String> fundIdList = fundService.getFundIdByNamesAndCode(fundNavDTO.getFundName(), fundNavDTO.getRegisterNumber());
|
|
if (CollUtil.isEmpty(fundIdList)) {
|
|
if (CollUtil.isEmpty(fundIdList)) {
|
|
fundNavDTO.setParseStatus(NavParseStatusConst.NOT_MATCH);
|
|
fundNavDTO.setParseStatus(NavParseStatusConst.NOT_MATCH);
|
|
|
|
+ return;
|
|
}
|
|
}
|
|
fundNavDTO.setFundIdList(fundIdList);
|
|
fundNavDTO.setFundIdList(fundIdList);
|
|
}
|
|
}
|