|
...
|
...
|
@@ -427,6 +427,10 @@ class ProjectLogic extends BaseLogic |
|
|
|
//上线时间大于当前时间的3天钱,默认不允许关闭推荐供应商
|
|
|
|
$this->param['deploy_build']['is_supplier'] = 1;
|
|
|
|
}
|
|
|
|
//之后上线的项目默认开启新版聚合页
|
|
|
|
if($param['uptime'] >= '2025-07-16 00:00:00'){
|
|
|
|
$param['tag_page_version'] = 2;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//聚合页评论为空时,生成评论
|
|
|
|
$keywordCommentModel = new AggregateKeywordComment();
|
...
|
...
|
|