mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2026-08-30 07:07:14 +00:00
!860 发布 5.6.2 版本 依赖升级
* 🦁🦁🦁发布 5.6.2 版本 依赖升级 * update springboot 3.5.14 => 3.5.15(springboot 3.X最后一个版本) * update 优化 防止工作流保存被xss过滤 * update README.md * add 新增 赞助商 * fix 修复 多次驳回无法锁定审批人问题 * update 优化 findInSet 方法 增加参数校验防止注入 * fix 修复 前端输入性CVE漏洞 禁止使用代码生成到本地路径 * !848 fix: 用户管理导入用户时校验账号最小长度
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ public class SysUserBo extends BaseEntity {
|
||||
*/
|
||||
@Xss(message = "用户账号不能包含脚本字符")
|
||||
@NotBlank(message = "用户账号不能为空")
|
||||
@Size(min = 0, max = 30, message = "用户账号长度不能超过{max}个字符")
|
||||
@Size(min = 2, max = 30, message = "用户账号长度必须在{min}到{max}个字符之间")
|
||||
private String userName;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user