正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -608,7 +608,7 @@ class ProjectController extends BaseController | @@ -608,7 +608,7 @@ class ProjectController extends BaseController | ||
| 608 | */ | 608 | */ |
| 609 | public function getManagerList(){ | 609 | public function getManagerList(){ |
| 610 | $hrManagerModel = new ManageHr(); | 610 | $hrManagerModel = new ManageHr(); |
| 611 | - if(!isset($this->param['name']) || empty($this->param['name'])){ | 611 | + if(!isset($this->map['status'])){ |
| 612 | $this->map['status'] = $hrManagerModel::STATUS_ONE; | 612 | $this->map['status'] = $hrManagerModel::STATUS_ONE; |
| 613 | } | 613 | } |
| 614 | if(isset($this->map['entry_position']) && !empty($this->map['entry_position'])){ | 614 | if(isset($this->map['entry_position']) && !empty($this->map['entry_position'])){ |
-
请 注册 或 登录 后发表评论