From ec61d9f753395ab803e6df3d87d3ea5f18251995 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 4 Nov 2024 16:42:38 +0800 Subject: [PATCH] 1 --- webapp/controller/OutAppCircuitController.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/controller/OutAppCircuitController.class.php b/webapp/controller/OutAppCircuitController.class.php index 04086249..b4748303 100644 --- a/webapp/controller/OutAppCircuitController.class.php +++ b/webapp/controller/OutAppCircuitController.class.php @@ -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);