@ -14,6 +14,7 @@ async function reportList(ctx) {
model: models.User,
attributes: ['name']
}],
order: [['time', 'DESC']],
}
if (limit) {
findOption.limit = limit