refactor: 修改配置列表详情接口
This commit is contained in:
@@ -89,7 +89,7 @@ class SysConfig
|
||||
'updated_at',
|
||||
'deleted_at'
|
||||
])
|
||||
->bypy($id)
|
||||
->bypk($id)
|
||||
->find();
|
||||
if (empty($config)) {
|
||||
return error('配置项不存在');
|
||||
|
||||
Reference in New Issue
Block a user