|
@@ -31,7 +31,7 @@ class KeywordController extends BaseController |
|
@@ -31,7 +31,7 @@ class KeywordController extends BaseController |
|
31
|
public function index(Keyword $keyword)
|
31
|
public function index(Keyword $keyword)
|
|
32
|
{
|
32
|
{
|
|
33
|
$this->map = $this->searchParam($this->map);
|
33
|
$this->map = $this->searchParam($this->map);
|
|
34
|
- $filed = ['id', 'project_id', 'title', 'seo_title', 'seo_keywords', 'seo_description', 'status', 'created_at','route','keyword_title'];
|
34
|
+ $filed = ['id', 'project_id', 'title', 'seo_title', 'seo_keywords', 'seo_description', 'status', 'created_at','route','keyword_title','is_video_keyword'];
|
|
35
|
$data = $keyword->lists($this->map,$this->page,$this->row,$this->order,$filed);
|
35
|
$data = $keyword->lists($this->map,$this->page,$this->row,$this->order,$filed);
|
|
36
|
if(!empty($data)){
|
36
|
if(!empty($data)){
|
|
37
|
foreach ($data['list'] as &$v){
|
37
|
foreach ($data['list'] as &$v){
|