From 0ebd3ff7bc37373f2df3a70737a91be6d6272377 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 8 Nov 2024 14:58:08 +0800 Subject: [PATCH] 1 --- webapp/services/CircuitRankingService.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapp/services/CircuitRankingService.php b/webapp/services/CircuitRankingService.php index 726d099b..2ae62443 100644 --- a/webapp/services/CircuitRankingService.php +++ b/webapp/services/CircuitRankingService.php @@ -33,6 +33,9 @@ class CircuitRankingService extends BaseService { foreach ($rows as $row) { $androidHash[$row['account_id']] = $row; } + if (count($androidHash) < 100) { + + } } public static function repairRanking($currentCircuitMeta)