dd
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user