|
...
|
...
|
@@ -58,7 +58,7 @@ class EmergencyResultExport extends Command |
|
|
|
|
|
|
|
//生成文件,发送到客户端
|
|
|
|
if ($data) {
|
|
|
|
$table = new BatchExportService("询盘数据导出");
|
|
|
|
$table = new BatchExportService("项目站点恢复结果导出");
|
|
|
|
$file = $table->head($map)->data($data)->save();
|
|
|
|
if (!$file) {
|
|
|
|
throw new \Exception('文件生成失败,请重试');
|
...
|
...
|
|