正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -384,7 +384,7 @@ class ProjectController extends BaseController | @@ -384,7 +384,7 @@ class ProjectController extends BaseController | ||
| 384 | 'type.required' => '请选择审核类型' | 384 | 'type.required' => '请选择审核类型' |
| 385 | ]); | 385 | ]); |
| 386 | $belongGroupModel = new BelongingGroup(); | 386 | $belongGroupModel = new BelongingGroup(); |
| 387 | - $lists = $belongGroupModel->list($this->map,'id',['id','name','type'],'asc'); | 387 | + $lists = $belongGroupModel->list($this->map,'name',['id','name','type'],'asc'); |
| 388 | $this->response('success',Code::SUCCESS,$lists); | 388 | $this->response('success',Code::SUCCESS,$lists); |
| 389 | } | 389 | } |
| 390 | 390 |
-
请 注册 或 登录 后发表评论