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