正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -542,7 +542,7 @@ class ProjectController extends BaseController | @@ -542,7 +542,7 @@ class ProjectController extends BaseController | ||
| 542 | $this->map['status'] = $hrManagerModel::STATUS_ONE; | 542 | $this->map['status'] = $hrManagerModel::STATUS_ONE; |
| 543 | $this->map['entry_position'] = ['in',$this->map['entry_position']]; | 543 | $this->map['entry_position'] = ['in',$this->map['entry_position']]; |
| 544 | $lists = $hrManagerModel->list($this->map,'id',['id','manage_id','name','entry_position','is_leader']); | 544 | $lists = $hrManagerModel->list($this->map,'id',['id','manage_id','name','entry_position','is_leader']); |
| 545 | - //zgj 售后技术排序调整 start | 545 | + //TODO::添加排序(zgj 售后技术排序调整 start) |
| 546 | $ar_sort = ['王娇'=>1,'银蝶'=>2,'胡哲'=>3,'郭婷婷'=>4,'徐庆'=>5,'邓锦康'=>6,'兰波'=>7]; | 546 | $ar_sort = ['王娇'=>1,'银蝶'=>2,'胡哲'=>3,'郭婷婷'=>4,'徐庆'=>5,'邓锦康'=>6,'兰波'=>7]; |
| 547 | foreach ($lists as $k=>$v){ | 547 | foreach ($lists as $k=>$v){ |
| 548 | $lists[$k]['sort'] = 0; | 548 | $lists[$k]['sort'] = 0; |
-
请 注册 或 登录 后发表评论