From fad282dfbf943455c963d5e06e378231839a9974 Mon Sep 17 00:00:00 2001 From: zcstatham <578322713@qq.com> Date: Mon, 29 Aug 2022 22:57:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=A4=8D=E6=95=B0=E6=8D=AE=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/Task.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controller/Task.php b/app/controller/Task.php index ac90340..fc26caf 100644 --- a/app/controller/Task.php +++ b/app/controller/Task.php @@ -121,8 +121,6 @@ class Task extends BaseController $params['export_limit'] = 0; $params['export_table'] = $job_info->type == 3? 'peer_phone_t': ($job_info->type == 4?'repeat_frame_t':''); $params['source_id'] = $job_info->id; - $params['export_date1'] = $job_info_payload['export_date1']; - $params['export_date2'] = $job_info_payload['export_date2']; } if (($type == 1 || $type == 5) && ( $filename == '' || ($filename != '' && !file_exists(public_path('public/storage') . $filename)))) { $this->json_data['code'] = 0;