作者 刘锟

update

@@ -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 {