作者 lms

合并分支 'lms' 到 'develop'

优化程序



查看合并请求 !94
... ... @@ -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;
}
... ...