作者 刘锟

update

@@ -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 }