作者 刘锟

合并分支 'akun' 到 'master'

update



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