正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -62,9 +62,9 @@ class EmergencyResultExport extends Command | @@ -62,9 +62,9 @@ class EmergencyResultExport extends Command | ||
| 62 | $file = $table->head($map)->data($data)->save(); | 62 | $file = $table->head($map)->data($data)->save(); |
| 63 | if (!$file) { | 63 | if (!$file) { |
| 64 | $this->output('文件生成失败,请重试'); | 64 | $this->output('文件生成失败,请重试'); |
| 65 | + }else{ | ||
| 66 | + $this->output('export success'); | ||
| 65 | } | 67 | } |
| 66 | - | ||
| 67 | - $this->output('export success'); | ||
| 68 | }else{ | 68 | }else{ |
| 69 | $this->output('no data'); | 69 | $this->output('no data'); |
| 70 | } | 70 | } |
-
请 注册 或 登录 后发表评论