合并分支 'lyh-server' 到 'master'
GX生成白帽报表脚本 查看合并请求 !2247
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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); |
-
请 注册 或 登录 后发表评论