This commit is contained in:
aozhiwei 2024-11-09 14:23:57 +08:00
parent 701f9355ba
commit 6f74fbd43c

View File

@ -304,10 +304,7 @@ class CircuitRankingService extends BaseService {
'phase' => $currentStageMeta['circuit_phase'], 'phase' => $currentStageMeta['circuit_phase'],
), ),
array( array(
'cumulative_score' => function() use($android, $newScore) { 'cumulative_score' => $newScore
$addScore = $android['cumulative_score'] - $newScore;
return 'cumulative_score +' . $addScore;
},
) )
); );
} }