From 8c237e19fea7b318cdeeb094d9fff4efba2eef4b Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Tue, 28 Jul 2020 19:28:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=85=E5=80=BC=E8=AE=A2=E5=8D=95bug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/SpendController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/SpendController.class.php b/Application/Admin/Controller/SpendController.class.php index 0bd40d44d..270745826 100644 --- a/Application/Admin/Controller/SpendController.class.php +++ b/Application/Admin/Controller/SpendController.class.php @@ -72,7 +72,7 @@ class SpendController extends ThinkController unset($_REQUEST['pay_game_status']); } - if (isset($_REQUEST['merchant_id'])) { + if ($_REQUEST['merchant_id']) { $map['merchant_id'] = $_REQUEST['merchant_id']; unset($_REQUEST['merchant_id']); }