This commit is contained in:
richboo111
2022-08-10 14:25:31 +08:00
parent 1893f698c3
commit 4f997f7022
2 changed files with 2 additions and 2 deletions

View File

@@ -98,6 +98,7 @@ func (a *DefAuther) UnionFindAuthBind(curAuthType, curAuthTypeID string, unionAu
} else if dao.IsNoRowsError(err) {
err = nil
}
globals.SugarLogger.Debug("输出一下authBindList", authBindList)
} else {
err = nil
}