作者 刘锟

合并分支 'akun' 到 'master'

Akun



查看合并请求 !761
... ... @@ -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');
... ...