This commit is contained in:
richboo111
2022-08-10 15:29:56 +08:00
parent a065dc50f4
commit ed5bf43e7a

View File

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