From b05b144bd9e5e89a854a2ce0ad36fc331997c2cf 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 13:45:21 +0800 Subject: [PATCH] 1 --- business/model/user.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/model/user.go b/business/model/user.go index 427c10a2c..0219f1752 100644 --- a/business/model/user.go +++ b/business/model/user.go @@ -64,6 +64,7 @@ type User struct { func (user *User) TableUnique() [][]string { return [][]string{ []string{"Mobile"}, + []string{"OpenId"}, } }