From 5421634fa8fd5890063fa98bcffc09a2044c9a07 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 8 Nov 2024 15:30:31 +0800 Subject: [PATCH] 1 --- webapp/services/CircuitRankingService.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/services/CircuitRankingService.php b/webapp/services/CircuitRankingService.php index fadc7ad1..e4bf4005 100644 --- a/webapp/services/CircuitRankingService.php +++ b/webapp/services/CircuitRankingService.php @@ -36,7 +36,9 @@ class CircuitRankingService extends BaseService { $androidHashDb = self::getAndroidHashDb($androidHash); if (count($androidHash) < 100) { for ($i = count($androidHash); $i < 100; $i++) { + if (!empty($androidHashDb)) { + } } } }