作者 lyh

gx

@@ -499,6 +499,8 @@ class ProjectController extends BaseController @@ -499,6 +499,8 @@ class ProjectController extends BaseController
499 if(isset($this->map['entry_position']) && is_array($this->param['entry_position'])){ 499 if(isset($this->map['entry_position']) && is_array($this->param['entry_position'])){
500 $this->map['entry_position'] = ['in',$this->map['entry_position']]; 500 $this->map['entry_position'] = ['in',$this->map['entry_position']];
501 } 501 }
  502 + var_dump($this->map);
  503 + die();
502 $lists = $hrManagerModel->list($this->map,'id',['id','manage_id','name','entry_position','is_leader']); 504 $lists = $hrManagerModel->list($this->map,'id',['id','manage_id','name','entry_position','is_leader']);
503 $this->response('success',Code::SUCCESS,$lists); 505 $this->response('success',Code::SUCCESS,$lists);
504 } 506 }