人员导入修改

This commit is contained in:
tqzhang 2025-01-22 15:37:47 +08:00
parent a6e3f6137f
commit c025df74c8
1 changed files with 3 additions and 1 deletions

View File

@ -211,7 +211,9 @@ public class ImportServiceImpl implements ImportService {
}else{ }else{
ajaxResult.put("result",builder); ajaxResult.put("result",builder);
} }
if(inLibraryList.isEmpty()){
ajaxResult.put("result","此zip内文件在系统内无对应人员导入失败");
}
} catch (Exception e) { } catch (Exception e) {
ajaxResult.isError(); ajaxResult.isError();
// throw new Exception("文件上传失败"+e); // throw new Exception("文件上传失败"+e);