|
...
|
...
|
@@ -496,7 +496,7 @@ class ProjectController extends BaseController |
|
|
|
public function getManagerList(){
|
|
|
|
$hrManagerModel = new ManageHr();
|
|
|
|
$this->map['status'] = $hrManagerModel::STATUS_ONE;
|
|
|
|
if(isset($this->map['entry_position']) && is_array($this->param['entry_position'])){
|
|
|
|
if(isset($this->map['entry_position']) && is_array($this->map['entry_position'])){
|
|
|
|
$this->map['entry_position'] = ['in',$this->map['entry_position']];
|
|
|
|
}
|
|
|
|
var_dump($this->map);
|
...
|
...
|
|