|
...
|
...
|
@@ -39,7 +39,7 @@ class HrController extends BaseController |
|
|
|
*/
|
|
|
|
public function getManagerList(){
|
|
|
|
$manageHrModel = new ManageHr();
|
|
|
|
$lists = $manageHrModel->list($this->map);
|
|
|
|
$lists = $manageHrModel->list($this->map,'id',['*']);
|
|
|
|
$this->response('success', Code::SUCCESS, $lists);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|