From 8273cfabc1e79c3e5d278ee4afd750bd65952f61 Mon Sep 17 00:00:00 2001 From: mamoss <> Date: Wed, 7 May 2025 23:59:26 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=81=E0=B8=A3=E0=B8=AD=E0=B8=87=E0=B8=84?= =?UTF-8?q?=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/OrganizationController.ts | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/controllers/OrganizationController.ts b/src/controllers/OrganizationController.ts index 9af0480c..11394ab5 100644 --- a/src/controllers/OrganizationController.ts +++ b/src/controllers/OrganizationController.ts @@ -5647,7 +5647,17 @@ export class OrganizationController extends Controller { } const data = await this.orgRootRepository.find({ - where: { orgRevisionId: orgRevisionActive.id }, + where: { + orgRevisionId: orgRevisionActive.id, + id: In([ + "4b574414-5faa-438c-829a-3c6444582cfd", + "d7e98989-b5ce-47d6-93c3-ab63ed486348", + "6f9b30e1-757a-40d5-b053-61eb1b91c0f0", + "eaf65f33-25e9-4956-9dba-5d909f5eb595", + "87c5bc89-300c-4b6a-99e4-26371436caa2", + "982d33af-4eb5-4cc8-9c9f-b3ccadbb66d7", + ]), + }, order: { orgRootOrder: "ASC", },