作者 lyh

gx

... ... @@ -35,9 +35,9 @@ class ProjectController extends BaseController
//搜索类型
if(!empty($this->param['type'])){
if($this->param['type'] == 3){//推广中
$map[] = ['type', '>=' ,$this->param['type']];
}else{
$map[] = ['type', $this->param['type']];
$map[] = ['type', '>' ,$this->param['type']];
}elseif($this->param['type'] == 2){
$map[] = [[['type'=>2],['type'=>3]], 'or'];
}
}
//搜索技术组
... ...