正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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'].'%'); |
-
请 注册 或 登录 后发表评论