From a5c926b2cddb18f1c5c47e825d84697856c74f6c Mon Sep 17 00:00:00 2001 From: chenzhi Date: Fri, 27 Dec 2019 11:50:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8C=BA=E6=9C=8D=E9=A2=84?= =?UTF-8?q?=E5=91=8A=E5=8C=BA=E6=9C=8D=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/ServerNoticeController.class.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Application/Admin/Controller/ServerNoticeController.class.php b/Application/Admin/Controller/ServerNoticeController.class.php index 8f6974eb1..e6a893d5c 100644 --- a/Application/Admin/Controller/ServerNoticeController.class.php +++ b/Application/Admin/Controller/ServerNoticeController.class.php @@ -262,13 +262,9 @@ class ServerNoticeController extends ThinkController { $game_map = []; if ($game_name) { $game_map['relation_game_name'] = $game_name; - }else { - $this->AjaxReturn([]); } if ($sdk_version) { $map['server_version'] = $game_map['sdk_version'] = $sdk_version; - }else { - $this->AjaxReturn([]); } $game = M("Game", 'tab_')->where($game_map)->getField('id', true);