From 4df68be0f61b2790a396faa98f55720ad6604c4f Mon Sep 17 00:00:00 2001 From: richboo111 Date: Mon, 3 Jul 2023 18:25:41 +0800 Subject: [PATCH] wxlogin --- business/auth2/authprovider/defauther.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/auth2/authprovider/defauther.go b/business/auth2/authprovider/defauther.go index fa69ae01b..0cfab4961 100644 --- a/business/auth2/authprovider/defauther.go +++ b/business/auth2/authprovider/defauther.go @@ -111,6 +111,7 @@ func (a *DefAuther) UnionFindAuthBind(curAuthType, curAuthTypeID string, unionAu } a.UnbindAuth(authBind.UserID, curAuthType, curAuthTypeID, model.AdminName) err = a.AddAuthBind(authBindEx, model.AdminName) // 自动绑定 + globals.SugarLogger.Debugf("authBindList err=%v", err) } else if dao.IsNoRowsError(err) { globals.SugarLogger.Debugf("dao.IsNoRowsError(err)=%s,err=%v", dao.IsNoRowsError(err), err) err = nil