|
...
|
...
|
@@ -61,7 +61,7 @@ class EmergencyResultExport extends Command |
|
|
|
$table = new BatchExportService("项目站点恢复结果导出");
|
|
|
|
$file = $table->head($map)->data($data)->save();
|
|
|
|
if (!$file) {
|
|
|
|
throw new \Exception('文件生成失败,请重试');
|
|
|
|
$this->output('文件生成失败,请重试');
|
|
|
|
}
|
|
|
|
|
|
|
|
$this->output('export success');
|
...
|
...
|
|