From c8281d2bb2b5605874b9c6a788a2804522fed89b Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Fri, 8 Nov 2019 15:09:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=90=8E=E5=8F=B0->=E6=8E=A8?= =?UTF-8?q?=E5=B9=BF=E5=91=98->=E7=BB=93=E7=AE=97=E7=AE=A1=E7=90=86->?= =?UTF-8?q?=E6=8E=A8=E5=B9=BF=E6=8F=90=E7=8E=B0->=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=B1=87=E6=AC=BE=E8=AF=81=E6=98=8E--=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/QueryController.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Application/Admin/Controller/QueryController.class.php b/Application/Admin/Controller/QueryController.class.php index bf3e8232c..83d911277 100644 --- a/Application/Admin/Controller/QueryController.class.php +++ b/Application/Admin/Controller/QueryController.class.php @@ -807,7 +807,6 @@ class QueryController extends ThinkController $downloadSave['content'] = '推广员提现订单汇款证明'; $downloadSave['file_id'] = $transferProof; $downloadSave['size'] = $fileData['size']; - $downloadSave['parse'] = $fileData['ext']; $downloadRes = M('document_download')->add($downloadSave); if (!$downloadRes) { $data['status'] = 0;