正在显示
1 个修改的文件
包含
1 行增加
和
2 行删除
| @@ -129,8 +129,7 @@ class HrLogic extends BaseLogic | @@ -129,8 +129,7 @@ class HrLogic extends BaseLogic | ||
| 129 | */ | 129 | */ |
| 130 | public function pLevel(){ | 130 | public function pLevel(){ |
| 131 | $jobLevelModel = new JobLevel(); | 131 | $jobLevelModel = new JobLevel(); |
| 132 | - $jobLevelModel->list(); | ||
| 133 | - $lists = []; | 132 | + $lists = $jobLevelModel->list(); |
| 134 | return $this->success($lists); | 133 | return $this->success($lists); |
| 135 | } | 134 | } |
| 136 | 135 |
-
请 注册 或 登录 后发表评论