合并分支 'lyh-server' 到 'master'
gx 查看合并请求 !1771
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -25,6 +25,7 @@ class GoogleLinkController extends BaseController | @@ -25,6 +25,7 @@ class GoogleLinkController extends BaseController | ||
| 25 | */ | 25 | */ |
| 26 | public function getLink(){ | 26 | public function getLink(){ |
| 27 | $linkModel = new GoogleLink(); | 27 | $linkModel = new GoogleLink(); |
| 28 | + $this->map['project_id'] = $this->user['project_id']; | ||
| 28 | $lists = $linkModel->lists($this->map,$this->page,$this->row,'id',['url','moz_da','status','google_search','date','project_id','domain']); | 29 | $lists = $linkModel->lists($this->map,$this->page,$this->row,'id',['url','moz_da','status','google_search','date','project_id','domain']); |
| 29 | if(empty($lists['list'])){ | 30 | if(empty($lists['list'])){ |
| 30 | $linkService = new GoogleLinkService(); | 31 | $linkService = new GoogleLinkService(); |
-
请 注册 或 登录 后发表评论