调整积分排行内容
This commit is contained in:
@@ -410,6 +410,7 @@ class PointsDBOperator(BaseDBOperator):
|
||||
SELECT user_id, total_points, checkin_points, game_points, other_points
|
||||
FROM t_user_points
|
||||
WHERE group_id = %s
|
||||
AND user_id !='SYSTEM'
|
||||
ORDER BY total_points DESC
|
||||
LIMIT %s
|
||||
""", (group_id, limit))
|
||||
|
||||
Reference in New Issue
Block a user