正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -63,7 +63,7 @@ class KeywordVideoController extends BaseController | @@ -63,7 +63,7 @@ class KeywordVideoController extends BaseController | ||
| 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'])){ | 65 | if(isset($this->map['status'])){ |
| 66 | - $query->where('gl_keyword_video_task.title',$this->map['status']); | 66 | + $query->where('gl_keyword_video_task.status',$this->map['status']); |
| 67 | } | 67 | } |
| 68 | return $query; | 68 | return $query; |
| 69 | } | 69 | } |
-
请 注册 或 登录 后发表评论