作者 lyh

gx

@@ -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();