fix 修复 用户密码更新无效问题
This commit is contained in:
parent
46e126dff7
commit
cbd50e6b3d
@ -93,9 +93,13 @@ public class SysUser extends BaseEntity {
|
||||
updateStrategy = FieldStrategy.NOT_EMPTY,
|
||||
whereStrategy = FieldStrategy.NOT_EMPTY
|
||||
)
|
||||
private String password;
|
||||
|
||||
@JsonIgnore
|
||||
@JsonProperty
|
||||
private String password;
|
||||
public String getPassword() {
|
||||
return password;
|
||||
}
|
||||
|
||||
/**
|
||||
* 帐号状态(0正常 1停用)
|
||||
|
Loading…
x
Reference in New Issue
Block a user