正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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('文件生成失败,请重试'); |
-
请 注册 或 登录 后发表评论