优化排列顺序
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user