人员导入修改
This commit is contained in:
parent
a6e3f6137f
commit
c025df74c8
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue