This commit is contained in:
richboo111
2022-08-10 17:07:17 +08:00
parent 5983811166
commit 42ee03765e

View File

@@ -71,7 +71,7 @@ func GetUserBindAuthInfo(db *DaoDB, userID string, bindType int, typeList []stri
sql += " AND t1.type_id IN (" + GenQuestionMarks(len(typeIDs)) + ")"
sqlParams = append(sqlParams, typeIDs)
}
sql += " ORDER BY t1.type"
//sql += " ORDER BY t1.type"
globals.SugarLogger.Debug("输出一下sql", sql)
err = GetRows(db, &authList, sql, sqlParams)
globals.SugarLogger.Debug("authList==================", authList)