wzq %!s(int64=5) %!d(string=hai) anos
pai
achega
bbfe1c17d5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Console/Commands/Downloads.php

+ 1 - 0
app/Console/Commands/Downloads.php

@@ -57,6 +57,7 @@ class Downloads extends Command
         }
 
         $download = $this->download->where('download_status', 0)->orderBy('id', 'desc')->first();
+        if(!$download) exit;
 
         if($download->download_type == 'post'){
             $filePath = $fileDir .'内容-'.Carbon::now()->format('Y-m-d') .'_' .uniqid() .'.csv';