正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -62,6 +62,9 @@ class KeywordVideoController extends BaseController | @@ -62,6 +62,9 @@ class KeywordVideoController extends BaseController | ||
| 62 | if(isset($this->map['project_name']) && is_array($this->map['project_name'])){ | 62 | if(isset($this->map['project_name']) && is_array($this->map['project_name'])){ |
| 63 | $query->where('gl_project.title','like','%'.$this->map['project_name'].'%'); | 63 | $query->where('gl_project.title','like','%'.$this->map['project_name'].'%'); |
| 64 | } | 64 | } |
| 65 | + if(isset($this->map['status'])){ | ||
| 66 | + $query->where('gl_keyword_video_task.title',$this->map['status']); | ||
| 67 | + } | ||
| 65 | return $query; | 68 | return $query; |
| 66 | } | 69 | } |
| 67 | 70 |
-
请 注册 或 登录 后发表评论