|
...
|
...
|
@@ -63,7 +63,7 @@ class KeywordVideoController extends BaseController |
|
|
|
$query->where('gl_project.title','like','%'.$this->map['project_name'].'%');
|
|
|
|
}
|
|
|
|
if(isset($this->map['status'])){
|
|
|
|
$query->where('gl_keyword_video_task.title',$this->map['status']);
|
|
|
|
$query->where('gl_keyword_video_task.status',$this->map['status']);
|
|
|
|
}
|
|
|
|
return $query;
|
|
|
|
}
|
...
|
...
|
|