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