|
@@ -608,6 +608,9 @@ class ProjectController extends BaseController |
|
@@ -608,6 +608,9 @@ 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'])){
|
|
|
|
612
|
+ $this->map['status'] = $hrManagerModel::STATUS_ONE;
|
|
|
|
613
|
+ }
|
|
611
|
if(isset($this->map['entry_position']) && !empty($this->map['entry_position'])){
|
614
|
if(isset($this->map['entry_position']) && !empty($this->map['entry_position'])){
|
|
612
|
$this->map['entry_position'] = ['in',$this->map['entry_position']];
|
615
|
$this->map['entry_position'] = ['in',$this->map['entry_position']];
|
|
613
|
}
|
616
|
}
|