From ce58d63aa5343ed309be5d9e04816a8f90b124b0 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Thu, 19 Dec 2019 13:34:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=85=E5=80=BC=E6=B1=87=E6=80=BBbug?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/RechargeSumController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/RechargeSumController.class.php b/Application/Admin/Controller/RechargeSumController.class.php index 9cbf9358e..23d3ba12b 100644 --- a/Application/Admin/Controller/RechargeSumController.class.php +++ b/Application/Admin/Controller/RechargeSumController.class.php @@ -83,7 +83,7 @@ class RechargeSumController extends ThinkController $accumulated = D('Spend')->where($map)->sum('pay_amount'); $data[$key]['date'] = date('Y-m-d', $start); - $data[$key]['game_id'] = empty($_REQUEST['game_id']) ? "全部" : get_game_name($_REQUEST['game_id']); + $data[$key]['game_id'] = empty($_REQUEST['game_name']) ? "全部" : $_REQUEST['game_name']; switch ($_REQUEST['promote_id']) { case 'GUANFANG': $data[$key]['promote_id'] = "官方渠道";