feat: 优化时间排序

This commit is contained in:
sudoooooo 2024-03-25 10:55:58 +08:00
parent 5f1bf1efad
commit c7fa38fefb

View File

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