Commit ba92da24 authored by 陈明豪's avatar 陈明豪

bug修改

parent d10a76de
...@@ -475,7 +475,9 @@ public class SysUserServiceImpl extends ServiceImpl<SysUserRepositorys, SysUser> ...@@ -475,7 +475,9 @@ public class SysUserServiceImpl extends ServiceImpl<SysUserRepositorys, SysUser>
} catch (Exception e) { } catch (Exception e) {
// throw new CyServiceException(CyResSvcExcEnum.ERROR_NETWORK); // throw new CyServiceException(CyResSvcExcEnum.ERROR_NETWORK);
throw new CyServiceException(1111, "非模板文件"); throw new CyServiceException(1111, "非模板文件");
}
if (!flag){
throw new CyServiceException(org.rcisoft.sys.visit.entity.CyResSvcExcEnum.EXCEL_IMPORT_HEADER_ERROR);
} }
if (!flag || !CyCompareToolUtils.compareFileName(file, "用户信息", 0, 0)) { if (!flag || !CyCompareToolUtils.compareFileName(file, "用户信息", 0, 0)) {
String errorBefore = "上传模板错误请重新下载!"; String errorBefore = "上传模板错误请重新下载!";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment