From eee17ff2698672dd4238e0d01ada8757b08ffadc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 16 Aug 2022 12:00:47 +0800 Subject: [PATCH] 1 --- business/model/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}, } }