Skip to content

Commit

Permalink
fix(system/user): 修复导入用户部门名称校验注解使用错误
Browse files Browse the repository at this point in the history
  • Loading branch information
iguaning authored and Charles7c committed Dec 27, 2024
1 parent c90e80e commit c870014
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class UserImportRowReq extends BaseReq {
/**
* 部门名称
*/
@NotNull(message = "所属部门不能为空")
@NotBlank(message = "所属部门不能为空")
private String deptName;

/**
Expand Down

0 comments on commit c870014

Please sign in to comment.