作者 lyh

gx数据

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