代理修改账号 密码出错bug 1

This commit is contained in:
GYJ
2024-12-12 11:10:51 +08:00
parent 907b98914f
commit 8dce86e874

View File

@@ -40,7 +40,7 @@ public class SysUserEntity implements Serializable {
* 密码
*/
@NotBlank(message="密码不能为空", groups = AddGroup.class)
@TableField(updateStrategy = FieldStrategy.NOT_NULL)
@TableField(updateStrategy = FieldStrategy.NOT_NULL, select = false)
private String password;
/**