优化排列顺序

This commit is contained in:
aixianling
2023-01-31 09:58:01 +08:00
parent e7fd86b1e2
commit 0f58ea80fa
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ module.exports = {
let {size, current, name, type} = request.query
dbUtils.list({
table: 'node_custom_config', con: name,
search: {size, current, type}
search: {size, current, type}, sort: 'download'
}).then(data => {
response.send({code: 0, data})
}).catch(err => {