1
This commit is contained in:
parent
af7dacc7d7
commit
09ee7e68cc
@ -26,10 +26,12 @@ class CircuitRankingService extends BaseService {
|
||||
|
||||
public static function repairPhaseRanking($currentCircuitMeta)
|
||||
{
|
||||
$rows = myself()->_callModelStatic('Circuit', 'getCircuitList',
|
||||
$currentCircuitMeta['circuit_season']);
|
||||
if (count($rows) < 100) {
|
||||
return;
|
||||
$rows = myself()->_callModelStatic('Circuit', 'getCircuitPhaseList',
|
||||
$currentStageMeta['circuit_season'],
|
||||
$currentStageMeta['circuit_phase']);
|
||||
$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