|
...
|
...
|
@@ -397,6 +397,7 @@ class ProjectController extends BaseController |
|
|
|
*/
|
|
|
|
public function getManagerList(){
|
|
|
|
$hrManagerModel = new ManageHr();
|
|
|
|
$this->map['status'] = $hrManagerModel::STATUS_ONE;
|
|
|
|
$lists = $hrManagerModel->list($this->map,'id',['id','manage_id','name','entry_position','is_leader']);
|
|
|
|
$this->response('success',Code::SUCCESS,$lists);
|
|
|
|
}
|
...
|
...
|
|