feat: 优化时间排序
This commit is contained in:
parent
968576b665
commit
5c99bd759e
@ -44,6 +44,9 @@ export class SurveyHistoryService {
|
||||
type: historyType,
|
||||
},
|
||||
take: 100,
|
||||
order: {
|
||||
createDate: -1,
|
||||
},
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user