作者 lyh

gx

... ... @@ -32,7 +32,11 @@ class ProjectController extends BaseController
$map = [];
//搜索类型
if(!empty($this->param['type'])){
if($this->param['type'] >= 3){
$this->param['type'] = 3;
}
$map[] = ['type', $this->param['type']];
}
//搜索技术组
if(!empty($this->param['dep_id'])){
... ...