作者 lyh

gx

... ... @@ -49,6 +49,8 @@ class ProjectController extends BaseController
if(isset($this->param['type']) && $this->param['type'] == Project::TYPE_ZERO){
$map[] = ['type',Project::TYPE_ZERO];
}
var_dump($map);
die();
//搜索技术组
if(!empty($this->param['dep_id'])){
$map[] = ['id', 'in', DeployBuild::where('dept_id', $this->param['dep_id'])->pluck('project_id')->toArray()];
... ...