作者 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->searchDept($query);
... ...