1
This commit is contained in:
parent
77bbc62d11
commit
a29049af0e
@ -135,13 +135,13 @@ class RankingController extends BaseAuthedController {
|
||||
$award = Season::seasonReward($currRankMeta);
|
||||
}
|
||||
//掉段
|
||||
// if ($dropRankMeta) {
|
||||
// myself()->_updateUserInfo(array(
|
||||
// 'rank' => $dropRankMeta['id'],
|
||||
// 'score' => $dropRankMeta['rank_score'],
|
||||
// 'last_season_id' => $currSeasonMeta['id'],
|
||||
// ));
|
||||
// }
|
||||
if ($dropRankMeta) {
|
||||
myself()->_updateUserInfo(array(
|
||||
'rank' => $dropRankMeta['id'],
|
||||
'score' => $dropRankMeta['rank_score'],
|
||||
'last_season_id' => $currSeasonMeta['id'],
|
||||
));
|
||||
}
|
||||
$awardService = new services\AwardService();
|
||||
$propertyChgService = new services\PropertyChgService();
|
||||
$propertyChgService->addUserChg();
|
||||
|
Loading…
x
Reference in New Issue
Block a user