From 965ad46dce0e36009bb1e16557f305c2b213a91b Mon Sep 17 00:00:00 2001 From: zhengchanglong Date: Mon, 25 Nov 2019 20:27:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=85=E5=80=BC=E6=B1=87=E6=80=BB=E5=AF=BC?= =?UTF-8?q?=E5=87=BABUG=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/RechargeSumController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Admin/Controller/RechargeSumController.class.php b/Application/Admin/Controller/RechargeSumController.class.php index 3c6b68fa8..a39b95b79 100644 --- a/Application/Admin/Controller/RechargeSumController.class.php +++ b/Application/Admin/Controller/RechargeSumController.class.php @@ -105,7 +105,7 @@ class RechargeSumController extends ThinkController } $count = count($data); - + $export_data = $data; $page = set_pagination($count, $row); if ($page) { $this->assign('_page', $page); @@ -122,7 +122,7 @@ class RechargeSumController extends ThinkController //判断是否执行导出 if (I('export') == 1) { - $this->exportSum($data); + $this->exportSum($export_data); } $this->assign('meta_title', "充值汇总"); $this->assign('list_data', $data);