作者 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 - //根据查看权限搜索 141 + //根据查看权限获取项目搜索条件(必带)
142 $query = $this->getManagerRole($query); 142 $query = $this->getManagerRole($query);
143 //搜索技术组 143 //搜索技术组
144 $query = $this->searchDept($query); 144 $query = $this->searchDept($query);