|
|
|
@ -310,7 +310,7 @@ class AutoPackController extends Think
|
|
|
|
|
|
|
|
|
|
$applyIds = array_column($applys, 'id');
|
|
|
|
|
|
|
|
|
|
M('apply', 'tab_')->where(['id' => $applyIds])->save(['enable_status' => 3]);
|
|
|
|
|
M('apply', 'tab_')->where(['id' => ['in', $applyIds]])->save(['enable_status' => 3]);
|
|
|
|
|
|
|
|
|
|
$gameIds = array_unique(array_column($applys, 'game_id'));
|
|
|
|
|
$games = M('game', 'tab_')->field(['id', 'game_appid', 'game_name', 'icon', 'sdk_version'])->where(['id' => ['in', $gameIds]])->select();
|
|
|
|
|