作者 lyh

gx所有下载人事信息

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