Commit 7419332fb03539fc243c394c4d46ceafe915ec5f

Authored by 云中非
1 parent 52773aa0

fix: 用户邮件不能删除的问题

... ... @@ -26,6 +26,7 @@ public class User extends TenantBaseEntity {
26 26
27 27 private String phoneNumber;
28 28
  29 + @TableField(updateStrategy = FieldStrategy.IGNORED)
29 30 private String email;
30 31
31 32 private String avatar;
... ...