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