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() {
|
||||
const orgRevision = await this.orgRevisionRepository.find({
|
||||
select: ["id", "orgRevisionName", "orgRevisionIsCurrent", "createdAt", "orgRevisionIsDraft"],
|
||||
order: { createdAt: "ASC" },
|
||||
order: { createdAt: "DESC" },
|
||||
});
|
||||
// if (!orgRevision) {
|
||||
// return new HttpSuccess([]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue