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