作者 lyh

gx

@@ -138,7 +138,7 @@ class ProjectController extends BaseController @@ -138,7 +138,7 @@ class ProjectController extends BaseController
138 public function searchParam(&$query){ 138 public function searchParam(&$query){
139 //参数type 139 //参数type
140 $query = $this->searchType($query); 140 $query = $this->searchType($query);
141 -// $query = $this->getManagerRole($query); 141 + $query = $this->getManagerRole($query);
142 // //搜索名称 142 // //搜索名称
143 // if(isset($this->map['title'])){ 143 // if(isset($this->map['title'])){
144 // $query = $query->orwhere('gl_project.title','like','%'.$this->map['title'].'%'); 144 // $query = $query->orwhere('gl_project.title','like','%'.$this->map['title'].'%');