fix ranking total 0

This commit is contained in:
咕谷酱
2025-09-24 00:29:32 +08:00
parent 99d6af1c1f
commit 953f33be4f

View File

@@ -330,6 +330,7 @@ class RankingCacheService:
# 计算统计信息
stats = {
"total": total_users,
"total_users": total_users,
"last_updated": utcnow().isoformat(),
"type": type,