调整积分排行内容

This commit is contained in:
liuwei
2025-06-11 16:43:01 +08:00
parent f3f7dcce20
commit 28a52b3803
2 changed files with 4 additions and 4 deletions

View File

@@ -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))