This commit is contained in:
aaron 2025-04-08 10:58:41 +08:00
parent a9927af68d
commit 20199a5669
2 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ async def get_dashboard_info(
else:
user_order_count[order.userid] = 1
for user, count in user_order_count.items():
if count > 2:
if count >= 2:
repeat_user_count += 1

Binary file not shown.