合并分支 'akun' 到 'master'
Akun 查看合并请求 !239
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -136,7 +136,7 @@ class HtmlCollect extends Command | @@ -136,7 +136,7 @@ class HtmlCollect extends Command | ||
| 136 | } | 136 | } |
| 137 | 137 | ||
| 138 | 138 | ||
| 139 | - $update_log = UpdateLog::where('status', UpdateLog::STATUS_COM)->where('collect_status', UpdateLog::COLLECT_STATUS_UN)->orderBy('project_id', 'asc')->first(); | 139 | + $update_log = UpdateLog::whereNotIn('project_id', [626])->where('status', UpdateLog::STATUS_COM)->where('collect_status', UpdateLog::COLLECT_STATUS_UN)->orderBy('project_id', 'asc')->first(); |
| 140 | if (!$update_log) { | 140 | if (!$update_log) { |
| 141 | return false; | 141 | return false; |
| 142 | } | 142 | } |
-
请 注册 或 登录 后发表评论