|
|
@ -298,6 +298,7 @@ class PromoteGameRatioController extends ThinkController
|
|
|
|
$save['last_ratio'] = $promoteGameRatio['ratio'];
|
|
|
|
$save['last_ratio'] = $promoteGameRatio['ratio'];
|
|
|
|
$save['last_ratio_status'] = 1;
|
|
|
|
$save['last_ratio_status'] = 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
$saveMap['promote_id'] = $promoteGameRatio['promote_id'];
|
|
|
|
$saveMap['relation_game_id'] = $promoteGameRatio['relation_game_id'];
|
|
|
|
$saveMap['relation_game_id'] = $promoteGameRatio['relation_game_id'];
|
|
|
|
$result = D(self::MODEL_NAME)->where($saveMap)->save($save);
|
|
|
|
$result = D(self::MODEL_NAME)->where($saveMap)->save($save);
|
|
|
|
$logResult = $result;
|
|
|
|
$logResult = $result;
|
|
|
|