正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -27,8 +27,8 @@ class GoogleLinkController extends BaseController | @@ -27,8 +27,8 @@ class GoogleLinkController extends BaseController | ||
| 27 | $linkModel = new GoogleLink(); | 27 | $linkModel = new GoogleLink(); |
| 28 | $this->map['project_id'] = $this->user['project_id']; | 28 | $this->map['project_id'] = $this->user['project_id']; |
| 29 | $this->map['status'] = 1; | 29 | $this->map['status'] = 1; |
| 30 | -// $this->map['date'] = ['>=', date('Y-m-d 00:00:00', strtotime('-7 days'))]; | ||
| 31 | - $lists = $linkModel->lists($this->map,$this->page,$this->row,'id',['url','moz_da','status','url_domian','google_search','date','project_id','domain']); | 30 | + $this->map['date'] = ['>=', date('Y-m-d 00:00:00', strtotime('-7 days'))]; |
| 31 | + $lists = $linkModel->lists($this->map,$this->page,$this->row,'id',['url','moz_da','status','url_domain','google_search','date','project_id','domain']); | ||
| 32 | if(empty($lists['list'])){ | 32 | if(empty($lists['list'])){ |
| 33 | $linkService = new GoogleLinkService(); | 33 | $linkService = new GoogleLinkService(); |
| 34 | $data = $linkService->linkPageData($this->user['domain'],$this->user['project_id']); | 34 | $data = $linkService->linkPageData($this->user['domain'],$this->user['project_id']); |
-
请 注册 或 登录 后发表评论