From 7ca54bb8ed61a0190fd18ff5131df1cc454db3f6 Mon Sep 17 00:00:00 2001 From: zhaocheng <578322713@qq.com> Date: Tue, 16 Mar 2021 18:04:02 +0800 Subject: [PATCH] =?UTF-8?q?=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 insertions(+) diff --git a/app/controller/Task.php b/app/controller/Task.php index e4f5220..24a042c 100644 --- a/app/controller/Task.php +++ b/app/controller/Task.php @@ -436,6 +436,8 @@ class Task extends BaseController $name = '导出清洗失败至上传'; } else if ($type == 'none_bmc') { $name = '导出未处理至上传'; + } else if ($type == 'success_bmc') { + $name = '导出清洗成功再次清洗'; } $count = ExportLogT::where('name','like', $name . $export_date1 . '—' . $export_date2 . '%')->count(); $name .= $export_date1 . '—' . $export_date2 . '第' . ($count + 1) . '批' . $export_limit . '条';