作者 lyh

gx

... ... @@ -482,7 +482,7 @@ class RankDataLogic extends BaseLogic
$model = new RankData();
}
//g-top方案达标天数
$this->g_top_plan($project_id,$first_page_num);
$this->g_top_plan($project_id,$first_page_without_extension_num);
//保证关键词数
$keyword_num = DeployBuild::where('project_id', $project_id)->value('keyword_num');
$type = Project::where('id', $project_id)->value('type');
... ...