作者 lms

合并分支 'lms' 到 'develop'

优化程序



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