正在显示
1 个修改的文件
包含
4 行增加
和
0 行删除
| @@ -32,7 +32,11 @@ class ProjectController extends BaseController | @@ -32,7 +32,11 @@ class ProjectController extends BaseController | ||
| 32 | $map = []; | 32 | $map = []; |
| 33 | //搜索类型 | 33 | //搜索类型 |
| 34 | if(!empty($this->param['type'])){ | 34 | if(!empty($this->param['type'])){ |
| 35 | + if($this->param['type'] >= 3){ | ||
| 36 | + $this->param['type'] = 3; | ||
| 37 | + } | ||
| 35 | $map[] = ['type', $this->param['type']]; | 38 | $map[] = ['type', $this->param['type']]; |
| 39 | + | ||
| 36 | } | 40 | } |
| 37 | //搜索技术组 | 41 | //搜索技术组 |
| 38 | if(!empty($this->param['dep_id'])){ | 42 | if(!empty($this->param['dep_id'])){ |
-
请 注册 或 登录 后发表评论