|
@@ -47,7 +47,7 @@ class ProjectController extends BaseController |
|
@@ -47,7 +47,7 @@ class ProjectController extends BaseController |
|
47
|
$map[] = ['type',Project::TYPE_ONE];
|
47
|
$map[] = ['type',Project::TYPE_ONE];
|
|
48
|
}
|
48
|
}
|
|
49
|
if(isset($this->param['type']) && $this->param['type'] == Project::TYPE_ZERO){
|
49
|
if(isset($this->param['type']) && $this->param['type'] == Project::TYPE_ZERO){
|
|
50
|
- $map[] = ['type',Project::TYPE_ZERO];
|
50
|
+ $map[] = ['type','in',[Project::TYPE_ZERO]];
|
|
51
|
}
|
51
|
}
|
|
52
|
//搜索技术组
|
52
|
//搜索技术组
|
|
53
|
if(!empty($this->param['dep_id'])){
|
53
|
if(!empty($this->param['dep_id'])){
|