This commit is contained in:
aozhiwei 2024-11-04 16:42:38 +08:00
parent 85901d567a
commit ec61d9f753

View File

@ -229,7 +229,8 @@ class OutAppCircuitController extends BaseController {
'skin_id' => $skinId,
'ranking' => $ranking,
'weight' => $rewardWeight,
'score' => $row['cumulative_score'],
#'score' => $row['cumulative_score'],
'score' => number_format($row['cumulative_score'], 2, '.', ''),
'score_boost' => number_format($row['score_boost'], 2, '.', ''),
);
array_push($rankingList,$info);