diff --git a/business/model/user.go b/business/model/user.go index e806aa4c1..427c10a2c 100644 --- a/business/model/user.go +++ b/business/model/user.go @@ -63,7 +63,7 @@ type User struct { func (user *User) TableUnique() [][]string { return [][]string{ - []string{"Mobile", "DeletedAt"}, + []string{"Mobile"}, } }