From 24bcd381a0adf23111385374ef787b070e86c8e4 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Tue, 28 Jul 2020 18:06:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=95=86=E6=88=B7bug?= =?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/PayMerchantController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Admin/Controller/PayMerchantController.class.php b/Application/Admin/Controller/PayMerchantController.class.php index 34a592390..ffc427ceb 100644 --- a/Application/Admin/Controller/PayMerchantController.class.php +++ b/Application/Admin/Controller/PayMerchantController.class.php @@ -38,8 +38,8 @@ class PayMerchantController extends ThinkController $map['payed_time'] = array('elt', (strtotime($_REQUEST['timeend']) + 86399)); } - if ($_REQUEST['game_id']) { - $map['game_id'] = $_REQUEST['game_id']; + if ($_REQUEST['account']) { + $map['merchant.account'] = $_REQUEST['account']; } if ($_REQUEST['name']) {