1
This commit is contained in:
parent
af7dacc7d7
commit
09ee7e68cc
@ -26,10 +26,12 @@ class CircuitRankingService extends BaseService {
|
|||||||
|
|
||||||
public static function repairPhaseRanking($currentCircuitMeta)
|
public static function repairPhaseRanking($currentCircuitMeta)
|
||||||
{
|
{
|
||||||
$rows = myself()->_callModelStatic('Circuit', 'getCircuitList',
|
$rows = myself()->_callModelStatic('Circuit', 'getCircuitPhaseList',
|
||||||
$currentCircuitMeta['circuit_season']);
|
$currentStageMeta['circuit_season'],
|
||||||
if (count($rows) < 100) {
|
$currentStageMeta['circuit_phase']);
|
||||||
return;
|
$androidHash = array();
|
||||||
|
foreach ($rows as $row) {
|
||||||
|
$androidHash[$row['account_id']] = $row;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -42,5 +44,4 @@ class CircuitRankingService extends BaseService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user