Browse Source

导出后删除 .stop

visuddhinanda 2 years ago
parent
commit
7d86589fba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Console/Commands/ExportOffline.php

+ 1 - 1
app/Console/Commands/ExportOffline.php

@@ -110,7 +110,7 @@ class ExportOffline extends Command
             'format'=>$this->argument('format'),
         ]);
 
-
+        unlink($exportStop);
         return 0;
     }
 }