This commit is contained in:
hujiabin 2022-12-12 14:37:18 +08:00
parent 77bbc62d11
commit a29049af0e

View File

@ -135,13 +135,13 @@ class RankingController extends BaseAuthedController {
$award = Season::seasonReward($currRankMeta); $award = Season::seasonReward($currRankMeta);
} }
//掉段 //掉段
// if ($dropRankMeta) { if ($dropRankMeta) {
// myself()->_updateUserInfo(array( myself()->_updateUserInfo(array(
// 'rank' => $dropRankMeta['id'], 'rank' => $dropRankMeta['id'],
// 'score' => $dropRankMeta['rank_score'], 'score' => $dropRankMeta['rank_score'],
// 'last_season_id' => $currSeasonMeta['id'], 'last_season_id' => $currSeasonMeta['id'],
// )); ));
// } }
$awardService = new services\AwardService(); $awardService = new services\AwardService();
$propertyChgService = new services\PropertyChgService(); $propertyChgService = new services\PropertyChgService();
$propertyChgService->addUserChg(); $propertyChgService->addUserChg();