feat: add created on api top

This commit is contained in:
Innei
2021-09-25 21:07:11 +08:00
parent 7cacde6833
commit 242c0e7407

View File

@@ -74,7 +74,7 @@ export class AggregateService {
.find(condition)
.sort({ created: -1 })
.limit(size)
.select('_id title name slug avatar nid')
.select('_id title name slug avatar nid created')
}
async topActivity(size = 6, isMaster = false) {