作者 lyh

gx

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