代理修改账号 密码出错bug

This commit is contained in:
GYJ
2024-12-12 10:59:15 +08:00
parent bc8dc5b0d8
commit 907b98914f

View File

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