|
|
@ -436,6 +436,8 @@ class Task extends BaseController |
|
|
|
$name = '导出清洗失败至上传'; |
|
|
|
$name = '导出清洗失败至上传'; |
|
|
|
} else if ($type == 'none_bmc') { |
|
|
|
} else if ($type == 'none_bmc') { |
|
|
|
$name = '导出未处理至上传'; |
|
|
|
$name = '导出未处理至上传'; |
|
|
|
|
|
|
|
} else if ($type == 'success_bmc') { |
|
|
|
|
|
|
|
$name = '导出清洗成功再次清洗'; |
|
|
|
} |
|
|
|
} |
|
|
|
$count = ExportLogT::where('name','like', $name . $export_date1 . '—' . $export_date2 . '%')->count(); |
|
|
|
$count = ExportLogT::where('name','like', $name . $export_date1 . '—' . $export_date2 . '%')->count(); |
|
|
|
$name .= $export_date1 . '—' . $export_date2 . '第' . ($count + 1) . '批' . $export_limit . '条'; |
|
|
|
$name .= $export_date1 . '—' . $export_date2 . '第' . ($count + 1) . '批' . $export_limit . '条'; |
|
|
|