1
This commit is contained in:
parent
2573bcaece
commit
6034eea5ef
@ -96,7 +96,12 @@ class CircuitRankingService extends BaseService {
|
||||
'used' => 0
|
||||
)
|
||||
);
|
||||
$num = 0;
|
||||
foreach ($rows as $row) {
|
||||
++$num;
|
||||
if ($num > 75) {
|
||||
break;
|
||||
}
|
||||
SqlHelper::upsert
|
||||
(myself()->_getMysql(''),
|
||||
't_circuit_battle_phase',
|
||||
|
Loading…
x
Reference in New Issue
Block a user