合并分支 'akun' 到 'master'
Akun 查看合并请求 !875
正在显示
1 个修改的文件
包含
4 行增加
和
0 行删除
| @@ -248,6 +248,10 @@ class ProjectUpdate extends Command | @@ -248,6 +248,10 @@ class ProjectUpdate extends Command | ||
| 248 | if ($custom_types) { | 248 | if ($custom_types) { |
| 249 | $custom_model = new CustomModule(); | 249 | $custom_model = new CustomModule(); |
| 250 | foreach ($custom_types as $v_custom) { | 250 | foreach ($custom_types as $v_custom) { |
| 251 | + if($project_id == 1646 && $v_custom == 'downloads'){ | ||
| 252 | + //项目ID:1646,不再采集downloads扩展模块 | ||
| 253 | + continue; | ||
| 254 | + } | ||
| 251 | $log = UpdateLog::where('project_id', $project_id)->where('api_type', $v_custom)->first(); | 255 | $log = UpdateLog::where('project_id', $project_id)->where('api_type', $v_custom)->first(); |
| 252 | if (empty($log)) { | 256 | if (empty($log)) { |
| 253 | try { | 257 | try { |
-
请 注册 或 登录 后发表评论