|
@@ -76,6 +76,7 @@ public class ExcelAnalyseCoreServiceImpl implements ExcelAnalyseCoreService {
|
|
|
fileImportInfoService.update(importInfo);
|
|
|
|
|
|
}catch (NotOfficeXmlFileException e) {
|
|
|
+ log.error("asyncAnalyseReadExcelData wrapper={}", wrapper.jsonString(), e);
|
|
|
throw new BizException("上传文件格式版本太低");
|
|
|
}catch (Exception e) {
|
|
|
log.error("asyncAnalyseReadExcelData wrapper={}", wrapper.jsonString(), e);
|
|
@@ -105,6 +106,7 @@ public class ExcelAnalyseCoreServiceImpl implements ExcelAnalyseCoreService {
|
|
|
return fileImportInfoService.getById(wrapper.getId());
|
|
|
|
|
|
}catch (NotOfficeXmlFileException e) {
|
|
|
+ log.error("asyncAnalyseReadExcelData wrapper={}", wrapper.jsonString(), e);
|
|
|
throw new BizException("文件名格式错误");
|
|
|
} catch (Exception e) {
|
|
|
log.error("asyncAnalyseReadExcelData wrapper={}", wrapper.jsonString(), e);
|