|
|
|
@ -81,6 +81,9 @@ class GameController extends BaseController
|
|
|
|
|
$conditions['offline_status'] = 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (count($gameIds) == 0) {
|
|
|
|
|
$gameIds = [0];
|
|
|
|
|
}
|
|
|
|
|
$conditions['server_type'] = $serverType;
|
|
|
|
|
$conditions['id'] = ['in', $gameIds];
|
|
|
|
|
$conditions['game_status'] = 1;
|
|
|
|
|