作者 lyh

gx

@@ -496,8 +496,6 @@ class ProjectController extends BaseController @@ -496,8 +496,6 @@ class ProjectController extends BaseController
496 public function getManagerList(){ 496 public function getManagerList(){
497 $hrManagerModel = new ManageHr(); 497 $hrManagerModel = new ManageHr();
498 $this->map['status'] = $hrManagerModel::STATUS_ONE; 498 $this->map['status'] = $hrManagerModel::STATUS_ONE;
499 - var_dump($this->map);  
500 - die();  
501 if(isset($this->map['entry_position']) && is_array($this->map['entry_position'])){ 499 if(isset($this->map['entry_position']) && is_array($this->map['entry_position'])){
502 $this->map['entry_position'] = ['in',$this->map['entry_position']]; 500 $this->map['entry_position'] = ['in',$this->map['entry_position']];
503 } 501 }