mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-10-31 10:57:13 +08:00 
			
		
		
		
	fix(system/user): 修复导入用户部门名称校验注解使用错误
This commit is contained in:
		| @@ -65,7 +65,7 @@ public class UserImportRowReq extends BaseReq { | |||||||
|     /** |     /** | ||||||
|      * 部门名称 |      * 部门名称 | ||||||
|      */ |      */ | ||||||
|     @NotNull(message = "所属部门不能为空") |     @NotBlank(message = "所属部门不能为空") | ||||||
|     private String deptName; |     private String deptName; | ||||||
|  |  | ||||||
|     /** |     /** | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Guaning
					Guaning