作者 李宇航

合并分支 'lyh-server' 到 'master'

gx白帽seo前后缀



查看合并请求 !2187
... ... @@ -429,11 +429,11 @@ class ProjectLogic extends BaseLogic
}
}
//聚合页评论为空时,生成评论
$keywordCommentModel = new AggregateKeywordComment();
$commentNum = $keywordCommentModel->counts(['project_id'=>$param['id']]);
if(empty($commentNum)){
NoticeLog::createLog(NoticeLog::TYPE_INIT_KEYWORD_COMMON, ['project_id' => $this->param['project_id']]);
}
// $keywordCommentModel = new AggregateKeywordComment();
// $commentNum = $keywordCommentModel->counts(['project_id'=>$param['id']]);
// if(empty($commentNum)){
// NoticeLog::createLog(NoticeLog::TYPE_INIT_KEYWORD_COMMON, ['project_id' => $this->param['project_id']]);
// }
}
if($param['type'] == Project::TYPE_FIVE){
$param['extend_type'] = Project::TYPE_FIVE;
... ...