正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -60,7 +60,7 @@ class KeywordVideoController extends BaseController | @@ -60,7 +60,7 @@ class KeywordVideoController extends BaseController | ||
| 60 | * @time :2023/8/18 10:58 | 60 | * @time :2023/8/18 10:58 |
| 61 | */ | 61 | */ |
| 62 | public function searchParam(&$query){ | 62 | public function searchParam(&$query){ |
| 63 | - if(isset($this->map['title']) && is_array($this->map['title'])){ | 63 | + if(isset($this->map['title'])){ |
| 64 | $query->where('gl_project.title','like','%'.$this->map['title'].'%'); | 64 | $query->where('gl_project.title','like','%'.$this->map['title'].'%'); |
| 65 | } | 65 | } |
| 66 | if(isset($this->map['status'])){ | 66 | if(isset($this->map['status'])){ |
-
请 注册 或 登录 后发表评论