1
This commit is contained in:
parent
0ebd3ff7bc
commit
89eeb7fab1
@ -34,7 +34,9 @@ class CircuitRankingService extends BaseService {
|
||||
$androidHash[$row['account_id']] = $row;
|
||||
}
|
||||
if (count($androidHash) < 100) {
|
||||
for ($i = count($androidHash); $i < 100; $i++) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user