feat: 优化时间排序

This commit is contained in:
sudoooooo 2024-03-25 10:55:58 +08:00
parent 968576b665
commit 5c99bd759e

View File

@ -44,6 +44,9 @@ export class SurveyHistoryService {
type: historyType,
},
take: 100,
order: {
createDate: -1,
},
});
}
}