正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -27,7 +27,7 @@ class GoogleLinkController extends BaseController | @@ -27,7 +27,7 @@ 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'))]; | 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']); | 31 | $lists = $linkModel->lists($this->map,$this->page,$this->row,'id',['url','moz_da','status','url_domian','google_search','date','project_id','domain']); |
| 32 | if(empty($lists['list'])){ | 32 | if(empty($lists['list'])){ |
| 33 | $linkService = new GoogleLinkService(); | 33 | $linkService = new GoogleLinkService(); |
-
请 注册 或 登录 后发表评论