作者 lyh

gx

@@ -49,6 +49,8 @@ class ProjectController extends BaseController @@ -49,6 +49,8 @@ class ProjectController extends BaseController
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',Project::TYPE_ZERO];
51 } 51 }
  52 + var_dump($map);
  53 + die();
52 //搜索技术组 54 //搜索技术组
53 if(!empty($this->param['dep_id'])){ 55 if(!empty($this->param['dep_id'])){
54 $map[] = ['id', 'in', DeployBuild::where('dept_id', $this->param['dep_id'])->pluck('project_id')->toArray()]; 56 $map[] = ['id', 'in', DeployBuild::where('dept_id', $this->param['dep_id'])->pluck('project_id')->toArray()];