This commit is contained in:
lxyer 2018-08-12 14:30:04 +08:00
parent e520001581
commit 28894e383a

View File

@ -58,7 +58,7 @@ public class UserInfo implements java.io.Serializable {
this.sex = sex;
}
@ConvertColumn(type = ConvertType.JSON)
@ConvertColumn(ignore = true,type = ConvertType.JSON)
public String getPassword() {
return password;
}