作者 lyh

gx

... ... @@ -59,8 +59,8 @@ class KeywordVideoController extends BaseController
* @time :2023/8/18 10:58
*/
public function searchParam(&$query){
if(isset($this->map['project_name']) && is_array($this->map['project_name'])){
$query->where('gl_project.title','like','%'.$this->map['project_name'].'%');
if(isset($this->map['title']) && is_array($this->map['title'])){
$query->where('gl_project.title','like','%'.$this->map['title'].'%');
}
if(isset($this->map['status'])){
$query->where('gl_keyword_video_task.status',$this->map['status']);
... ...