作者 李美松

优化程序

@@ -66,7 +66,7 @@ class ProjectFilePDF extends Command @@ -66,7 +66,7 @@ class ProjectFilePDF extends Command
66 ->where('created_at', 'like', $this->time . '%')->first(); 66 ->where('created_at', 'like', $this->time . '%')->first();
67 67
68 if (is_null($lists)) { 68 if (is_null($lists)) {
69 - $this->debug_echo('没有任务,等待中 '); 69 + $this->debug_echo('没有任务,等待中');
70 sleep(30); 70 sleep(30);
71 return 0; 71 return 0;
72 } 72 }