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) { diff --git a/Application/Home/View/default/Download/listsIndex.html b/Application/Home/View/default/Download/listsIndex.html index 3e31eb9fd..a3de12995 100644 --- a/Application/Home/View/default/Download/listsIndex.html +++ b/Application/Home/View/default/Download/listsIndex.html @@ -138,7 +138,7 @@