Commit a76709e1 authored by mx's avatar mx

bug

parent a78012e2
......@@ -254,7 +254,7 @@ public class VisitUserServiceImpl extends ServiceImpl<VisitUserRepository, Visit
i++;
if (sysUser.getName().length() >= 32) {
throw new CyServiceException(1008, "导入的数据第" + i + "行存在用户名格式错误,请重新输入(最大32)");
throw new CyServiceException(1008, "导入的数据第" + i + "行存在用户名格式错误,最大长度为32个字符,请重新输入");
}
//用户类型
......
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