From 072b3e01991f10a7275a52a2b1f9ac81f7c6dd56 Mon Sep 17 00:00:00 2001 From: sunke <18850253506@163.com> Date: Mon, 17 Feb 2020 15:20:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E5=B9=BF=E9=85=8D=E7=BD=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/GameController.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Application/Admin/Controller/GameController.class.php b/Application/Admin/Controller/GameController.class.php index 8dae77abc..791bf64a4 100644 --- a/Application/Admin/Controller/GameController.class.php +++ b/Application/Admin/Controller/GameController.class.php @@ -379,6 +379,7 @@ class GameController extends ThinkController $_POST['pay_config'] = json_encode($_POST['pay_config']); $gameService = new GameService(); $_POST['download_ways'] = $gameService->getDownLoadWaysValue($downloadWays); + unset($_POST['apply_auth']); $res = $game->update(); $id = $res["id"]; @@ -387,6 +388,7 @@ class GameController extends ThinkController $sid = $sibling['id']; $map['id'] = array('neq', $sid); $another = D("Game")->where($map)->find(); //获取另一个所有 + $phone['apply_auth'] = $sibling['apply_auth']; $phone['game_type_id'] = $sibling['game_type_id']; $phone['dow_num'] = $sibling['dow_num']; $phone['game_type_name'] = $sibling['game_type_name'];