dd
This commit is contained in:
@@ -71,7 +71,7 @@ func GetUserBindAuthInfo(db *DaoDB, userID string, bindType int, typeList []stri
|
|||||||
sql += " AND t1.type_id IN (" + GenQuestionMarks(len(typeIDs)) + ")"
|
sql += " AND t1.type_id IN (" + GenQuestionMarks(len(typeIDs)) + ")"
|
||||||
sqlParams = append(sqlParams, typeIDs)
|
sqlParams = append(sqlParams, typeIDs)
|
||||||
}
|
}
|
||||||
sql += " ORDER BY t1.type"
|
//sql += " ORDER BY t1.type"
|
||||||
globals.SugarLogger.Debug("输出一下sql", sql)
|
globals.SugarLogger.Debug("输出一下sql", sql)
|
||||||
err = GetRows(db, &authList, sql, sqlParams)
|
err = GetRows(db, &authList, sql, sqlParams)
|
||||||
globals.SugarLogger.Debug("authList==================", authList)
|
globals.SugarLogger.Debug("authList==================", authList)
|
||||||
|
|||||||
Reference in New Issue
Block a user