作者 李宇航

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

GX生成白帽报表脚本



查看合并请求 !2247
@@ -41,7 +41,7 @@ class AuthorityScoreLogic extends BaseLogic @@ -41,7 +41,7 @@ class AuthorityScoreLogic extends BaseLogic
41 public function LogicAuthorityScoreInfo(){ 41 public function LogicAuthorityScoreInfo(){
42 $data = []; 42 $data = [];
43 $bSeoModel = new RankDataBmseo(); 43 $bSeoModel = new RankDataBmseo();
44 - $bSeoInfo = $bSeoModel->read(['project_id'=>$this->user['project_id'],'lang'=>''],['updated_date','first_num','first_page_num','first_three_pages_num','first_five_pages_num','first_ten_pages_num']); 44 + $bSeoInfo = $bSeoModel->read(['project_id'=>$this->user['project_id']],['updated_date','first_num','first_page_num','first_three_pages_num','first_five_pages_num','first_ten_pages_num']);
45 $data['rank'] = $bSeoInfo; 45 $data['rank'] = $bSeoInfo;
46 $authorityScoreModel = new AuthorityScore(); 46 $authorityScoreModel = new AuthorityScore();
47 $data['authority_score'] = $authorityScoreModel->list(['project_id'=>$this->user['project_id']],'id',['*'],'desc',10); 47 $data['authority_score'] = $authorityScoreModel->list(['project_id'=>$this->user['project_id']],'id',['*'],'desc',10);