作者 李宇航

合并分支 'lyh-server' 到 'master'

Lyh server



查看合并请求 !2109
@@ -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',['*']);
43 $this->response('success', Code::SUCCESS, $lists); 43 $this->response('success', Code::SUCCESS, $lists);
44 } 44 }
45 45