作者 lyh

gx数据

@@ -79,6 +79,9 @@ class KeywordController extends BaseController @@ -79,6 +79,9 @@ class KeywordController extends BaseController
79 if(!empty($map['keyword_title'])){ 79 if(!empty($map['keyword_title'])){
80 $map['keyword_title'] = ['like','%'.$map['keyword_title'].'%']; 80 $map['keyword_title'] = ['like','%'.$map['keyword_title'].'%'];
81 } 81 }
  82 + if(empty($map['is_video_keyword'])){
  83 + unset($map['is_video_keyword']);
  84 + }
82 $map['route'] = ['<>','']; 85 $map['route'] = ['<>',''];
83 $map['project_id'] = $this->user['project_id']; 86 $map['project_id'] = $this->user['project_id'];
84 $map['deleted_at'] = null; 87 $map['deleted_at'] = null;