diff --git a/Application/Home/Controller/DownloadController.class.php b/Application/Home/Controller/DownloadController.class.php index 2a47e7cc2..2fbaa1858 100644 --- a/Application/Home/Controller/DownloadController.class.php +++ b/Application/Home/Controller/DownloadController.class.php @@ -1646,8 +1646,8 @@ class DownloadController extends BaseController { * 开始导出数据 */ public function export() { //开始导出 - $id = $_REQUEST['id']; - $dataname = $_REQUEST['dataname']; + $id = $_REQUEST['lid']; + $dataname = $_REQUEST['dname']; $downloadStatus = M('downloadlog','tab_')->where(['id'=>$id])->field('status')->select(); if($downloadStatus[0]['status'] == 1) { $this->error("该数据已下载请重新添加",U('listsIndex')); diff --git a/Application/Home/View/default/Download/listsIndex.html b/Application/Home/View/default/Download/listsIndex.html index 8a58d0720..6c0979bb6 100644 --- a/Application/Home/View/default/Download/listsIndex.html +++ b/Application/Home/View/default/Download/listsIndex.html @@ -179,7 +179,10 @@