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