fixed: roleSort使用NotBlank导致无法update

This commit is contained in:
LiuZhiYun
2023-09-14 18:35:18 +08:00
parent 33ce250371
commit d8093fffe9

View File

@@ -33,7 +33,7 @@ public class AddRoleCommand {
* 角色排序
*/
@ExcelColumn(name = "角色排序")
@NotBlank(message = "显示顺序不能为空")
@NotNull(message = "显示顺序不能为空")
private Integer roleSort;