From f8b570c20e978b0339c1da6bce3f599dc6b51fdc Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Wed, 25 Dec 2019 20:58:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=B8=A0=E9=81=93=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1bug=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/PayChannelController.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Application/Admin/Controller/PayChannelController.class.php b/Application/Admin/Controller/PayChannelController.class.php index b18953b7e..c0a53ccf6 100644 --- a/Application/Admin/Controller/PayChannelController.class.php +++ b/Application/Admin/Controller/PayChannelController.class.php @@ -46,6 +46,7 @@ class PayChannelController extends ThinkController if (!empty($_REQUEST['game_id'])) { $map['game_id'] = $_REQUEST['game_id']; $bindMap['game_id'] = $_REQUEST['game_id']; + $coinMap['game_id'] = $_REQUEST['game_id']; } $map['pay_status'] = $coinMap['pay_status'] = 1; @@ -73,6 +74,7 @@ class PayChannelController extends ThinkController ->group("game_id") ->select(); + unset($coinMap['game_id']); //平台币充值 $coinSum = M('deposit','tab_') ->where($coinMap)