|
...
|
...
|
@@ -608,7 +608,7 @@ class ProjectController extends BaseController |
|
|
|
*/
|
|
|
|
public function getManagerList(){
|
|
|
|
$hrManagerModel = new ManageHr();
|
|
|
|
if(!isset($this->param['name']) || empty($this->param['name'])){
|
|
|
|
if(!isset($this->map['status'])){
|
|
|
|
$this->map['status'] = $hrManagerModel::STATUS_ONE;
|
|
|
|
}
|
|
|
|
if(isset($this->map['entry_position']) && !empty($this->map['entry_position'])){
|
...
|
...
|
|