作者 lyh

gx

@@ -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'])){