|
...
|
...
|
@@ -496,11 +496,11 @@ class ProjectController extends BaseController |
|
|
|
public function getManagerList(){
|
|
|
|
$hrManagerModel = new ManageHr();
|
|
|
|
$this->map['status'] = $hrManagerModel::STATUS_ONE;
|
|
|
|
var_dump($this->map);
|
|
|
|
die();
|
|
|
|
if(isset($this->map['entry_position']) && is_array($this->map['entry_position'])){
|
|
|
|
$this->map['entry_position'] = ['in',$this->map['entry_position']];
|
|
|
|
}
|
|
|
|
var_dump($this->map);
|
|
|
|
die();
|
|
|
|
$lists = $hrManagerModel->list($this->map,'id',['id','manage_id','name','entry_position','is_leader']);
|
|
|
|
$this->response('success',Code::SUCCESS,$lists);
|
|
|
|
}
|
...
|
...
|
|