This commit is contained in:
aozhiwei 2024-11-08 15:16:59 +08:00
parent 0ebd3ff7bc
commit 89eeb7fab1

View File

@ -34,7 +34,9 @@ class CircuitRankingService extends BaseService {
$androidHash[$row['account_id']] = $row;
}
if (count($androidHash) < 100) {
for ($i = count($androidHash); $i < 100; $i++) {
}
}
}