From 3a109a644421af596ac64a8600ddb9db4b76e3fa Mon Sep 17 00:00:00 2001 From: sunke <18850253506@163.com> Date: Mon, 11 Nov 2019 10:34:59 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/DownloadController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Home/Controller/DownloadController.class.php b/Application/Home/Controller/DownloadController.class.php index f7028dcd7..82183649d 100644 --- a/Application/Home/Controller/DownloadController.class.php +++ b/Application/Home/Controller/DownloadController.class.php @@ -2513,7 +2513,7 @@ class DownloadController extends BaseController { foreach ($records as $key1 => $value1) { $xlsData[] = $value1; } - $this->exportExcel($xlsName, $xlsCell, $xlsData,$id); + $this->exportExcel($xlsName, $xlsCell, $xlsData,$tid); } public function rechargeExcelInfo($id,$map) {