作者 李宇航

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

gx



查看合并请求 !2608
@@ -67,7 +67,7 @@ class RankDataLogic extends BaseLogic @@ -67,7 +67,7 @@ class RankDataLogic extends BaseLogic
67 $speed = Speed::where('project_id', $project_id)->first(); 67 $speed = Speed::where('project_id', $project_id)->first();
68 //暂停优化的项目(排名数据显示横杠 - ,关键词排名第一页 、 关键词排名前十页 、 Google收录页面数 、 可查询外链数) 68 //暂停优化的项目(排名数据显示横杠 - ,关键词排名第一页 、 关键词排名前十页 、 Google收录页面数 、 可查询外链数)
69 if(!empty($project['level'])){ 69 if(!empty($project['level'])){
70 - if (in_array('2', $project['level']) || in_array('3', $project['level'])) { 70 + if (in_array('2', $project['level'])) {// || in_array('3', $project['level'])
71 $rank['first_page_num'] = $rank['first_ten_pages_num'] = $rank['indexed_pages_num'] = $external_links['total'] = '-'; 71 $rank['first_page_num'] = $rank['first_ten_pages_num'] = $rank['indexed_pages_num'] = $external_links['total'] = '-';
72 } 72 }
73 } 73 }