|
|
@ -63,6 +63,7 @@ public class IcNatExcelImportListener implements ReadListener<IcNatImportExcelDa |
|
|
|
this.currentAgencyId = currentAgencyId; |
|
|
|
this.currentAgencyPids = currentAgencyPids; |
|
|
|
this.icNatService = icNatService; |
|
|
|
this.icResiUserDao = icResiUserDao; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
@ -129,6 +130,7 @@ public class IcNatExcelImportListener implements ReadListener<IcNatImportExcelDa |
|
|
|
if (e instanceof ValidateException) { |
|
|
|
errorMsg = ((ValidateException) e).getMsg(); |
|
|
|
} else { |
|
|
|
log.error("【核酸检测信息导入】出错:{}", e.getStackTrace()); |
|
|
|
errorMsg = ((EpmetException)e).getInternalMsg(); |
|
|
|
log.error("【核酸检测信息导入】出错:{}", ExceptionUtils.getErrorStackTrace(e)); |
|
|
|
} |
|
|
|