作者 李美松

优化程序

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