Browse Source

养护数据时间倒叙

dev
巴林闲侠 2 years ago
parent
commit
bb356a45c1
  1. 1
      api/app/lib/controllers/overview/conserve.js

1
api/app/lib/controllers/overview/conserve.js

@ -15,6 +15,7 @@ async function statistic (ctx) {
model: models.User,
attributes: ['name']
}],
order: [['time', 'DESC']]
}
if (projectType) {

Loading…
Cancel
Save