正在显示
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 | - //根据查看权限搜索 | 141 | + //根据查看权限获取项目搜索条件(必带) |
| 142 | $query = $this->getManagerRole($query); | 142 | $query = $this->getManagerRole($query); |
| 143 | //搜索技术组 | 143 | //搜索技术组 |
| 144 | $query = $this->searchDept($query); | 144 | $query = $this->searchDept($query); |
-
请 注册 或 登录 后发表评论