From 66209da16936fbc6c528747f38d15d97f4297048 Mon Sep 17 00:00:00 2001 From: hujiabin Date: Thu, 8 Dec 2022 15:38:49 +0800 Subject: [PATCH] 1 --- webapp/controller/RankingController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/controller/RankingController.class.php b/webapp/controller/RankingController.class.php index 606e0ce4..10139fcf 100644 --- a/webapp/controller/RankingController.class.php +++ b/webapp/controller/RankingController.class.php @@ -279,6 +279,7 @@ class RankingController extends BaseAuthedController { private function calcCECSeasonAward($seasonId){ $data = SeasonRanking::getDataBySeasonId($seasonId); + error_log(json_encode($data)); $rewardParamMeta = \mt\Parameter::getByName('rank_ring_reward'); $rewardParamMetaValue = $rewardParamMeta ? $rewardParamMeta['param_value'] : ''; $rewardList = explode('|',$rewardParamMetaValue);