作者 lyh

gx

@@ -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']);