作者 lyh

gx

... ... @@ -37,7 +37,7 @@ class ProjectController extends BaseController
if($this->param['type'] == 3){//推广中
$map[] = ['type', '>' ,$this->param['type']];
}elseif($this->param['type'] == 2){
$map[] = [[['type'=>2],['type'=>3]], 'or'];
$map[] = ['type', 'in', [2,3]];
}else{
$map[] = ['type',1];
}
... ...