正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 |
-
请 注册 或 登录 后发表评论