|
...
|
...
|
@@ -499,6 +499,8 @@ class ProjectController extends BaseController |
|
|
|
if(isset($this->map['entry_position']) && is_array($this->param['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);
|
|
|
|
}
|
...
|
...
|
|