This commit is contained in:
richboo111
2022-08-11 15:15:05 +08:00
parent f15b85bbe7
commit 3b0c5e6895
2 changed files with 1 additions and 2 deletions

View File

@@ -99,7 +99,6 @@ func (a *DefAuther) UnionFindAuthBind(curAuthType, curAuthTypeID string, unionAu
}
a.UnbindAuth(authBind.UserID, curAuthType, curAuthTypeID, model.AdminName)
err = a.AddAuthBind(authBindEx, model.AdminName) // 自动绑定
globals.SugarLogger.Debug("authBindEx AddAuthBind err============", authBindEx, err)
} else if dao.IsNoRowsError(err) {
err = nil
}