正在显示
2 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -397,6 +397,7 @@ class ProjectController extends BaseController | @@ -397,6 +397,7 @@ class ProjectController extends BaseController | ||
| 397 | */ | 397 | */ |
| 398 | public function getManagerList(){ | 398 | public function getManagerList(){ |
| 399 | $hrManagerModel = new ManageHr(); | 399 | $hrManagerModel = new ManageHr(); |
| 400 | + $this->map['status'] = $hrManagerModel::STATUS_ONE; | ||
| 400 | $lists = $hrManagerModel->list($this->map,'id',['id','manage_id','name','entry_position','is_leader']); | 401 | $lists = $hrManagerModel->list($this->map,'id',['id','manage_id','name','entry_position','is_leader']); |
| 401 | $this->response('success',Code::SUCCESS,$lists); | 402 | $this->response('success',Code::SUCCESS,$lists); |
| 402 | } | 403 | } |
-
请 注册 或 登录 后发表评论