作者 lyh

gx

@@ -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){