no message
This commit is contained in:
parent
3724b2c0a6
commit
6320f4d7db
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ export class OrganizationController extends Controller {
|
||||||
async GetHistory() {
|
async GetHistory() {
|
||||||
const orgRevision = await this.orgRevisionRepository.find({
|
const orgRevision = await this.orgRevisionRepository.find({
|
||||||
select: ["id", "orgRevisionName", "orgRevisionIsCurrent", "createdAt", "orgRevisionIsDraft"],
|
select: ["id", "orgRevisionName", "orgRevisionIsCurrent", "createdAt", "orgRevisionIsDraft"],
|
||||||
order: { createdAt: "ASC" },
|
order: { createdAt: "DESC" },
|
||||||
});
|
});
|
||||||
// if (!orgRevision) {
|
// if (!orgRevision) {
|
||||||
// return new HttpSuccess([]);
|
// return new HttpSuccess([]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue