1
This commit is contained in:
parent
77bbc62d11
commit
a29049af0e
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user