|
...
|
...
|
@@ -248,6 +248,10 @@ class ProjectUpdate extends Command |
|
|
|
if ($custom_types) {
|
|
|
|
$custom_model = new CustomModule();
|
|
|
|
foreach ($custom_types as $v_custom) {
|
|
|
|
if($project_id == 1646 && $v_custom == 'downloads'){
|
|
|
|
//项目ID:1646,不再采集downloads扩展模块
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
$log = UpdateLog::where('project_id', $project_id)->where('api_type', $v_custom)->first();
|
|
|
|
if (empty($log)) {
|
|
|
|
try {
|
...
|
...
|
|