合并分支 'lms' 到 'develop'
优化程序 查看合并请求 !96
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论