正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -36,7 +36,7 @@ class KeywordController extends BaseController | @@ -36,7 +36,7 @@ class KeywordController extends BaseController | ||
| 36 | $this->map['title'] = ['like','%'.$this->map['title'].'%']; | 36 | $this->map['title'] = ['like','%'.$this->map['title'].'%']; |
| 37 | } | 37 | } |
| 38 | $this->map['project_id'] = $this->user['project_id']; | 38 | $this->map['project_id'] = $this->user['project_id']; |
| 39 | - $filed = ['id', 'project_id', 'title', 'seo_title', 'seo_keywords', 'seo_description', 'status', 'created_at']; | 39 | + $filed = ['id', 'project_id', 'title', 'seo_title', 'seo_keywords', 'seo_description', 'status', 'created_at','route']; |
| 40 | $data = $keyword->lists($this->map,$this->page,$this->row,$this->order,$filed); | 40 | $data = $keyword->lists($this->map,$this->page,$this->row,$this->order,$filed); |
| 41 | if(!empty($data)){ | 41 | if(!empty($data)){ |
| 42 | foreach ($data['list'] as &$v){ | 42 | foreach ($data['list'] as &$v){ |
-
请 注册 或 登录 后发表评论