作者 lyh

gx

@@ -541,7 +541,7 @@ class ProjectController extends BaseController @@ -541,7 +541,7 @@ class ProjectController extends BaseController
541 if(isset($this->map['entry_position']) && !empty($this->map['entry_position'])){ 541 if(isset($this->map['entry_position']) && !empty($this->map['entry_position'])){
542 $this->map['entry_position'] = ['in',$this->map['entry_position']]; 542 $this->map['entry_position'] = ['in',$this->map['entry_position']];
543 } 543 }
544 - $lists = $hrManagerModel->list($this->map,'id',['id','manage_id','name','entry_position','is_leader']); 544 + $lists = $hrManagerModel->list($this->map,['sort','id'],['id','manage_id','name','entry_position','is_leader']);
545 $this->response('success',Code::SUCCESS,$lists); 545 $this->response('success',Code::SUCCESS,$lists);
546 } 546 }
547 547