正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -393,7 +393,7 @@ class ProjectController extends BaseController | @@ -393,7 +393,7 @@ class ProjectController extends BaseController | ||
| 393 | */ | 393 | */ |
| 394 | public function getServiceConfig(){ | 394 | public function getServiceConfig(){ |
| 395 | $serviceConfigModel = new ServerConfig(); | 395 | $serviceConfigModel = new ServerConfig(); |
| 396 | - $list = $serviceConfigModel->list($this->param); | 396 | + $list = $serviceConfigModel->list($this->param,'id',['id','type','title']); |
| 397 | $this->response('success',Code::SUCCESS,$list); | 397 | $this->response('success',Code::SUCCESS,$list); |
| 398 | } | 398 | } |
| 399 | 399 |
-
请 注册 或 登录 后发表评论