aa
This commit is contained in:
@@ -57,7 +57,7 @@ func GetUserBindAuthInfo(db *DaoDB, userID string, bindType int, typeList []stri
|
||||
sqlParams = append(sqlParams, authID2)
|
||||
}
|
||||
if len(typeIDs) > 0 {
|
||||
sql += " AND t1.type IN (" + GenQuestionMarks(len(typeIDs)) + ")"
|
||||
sql += " AND t1.type_id IN (" + GenQuestionMarks(len(typeIDs)) + ")"
|
||||
sqlParams = append(sqlParams, typeIDs)
|
||||
}
|
||||
sql += " ORDER BY t1.type"
|
||||
|
||||
Reference in New Issue
Block a user