From 1d5b36cd6eeb04df0de0934d4a065eb189224e6b Mon Sep 17 00:00:00 2001 From: kittapath Date: Thu, 30 Jan 2025 09:16:56 +0700 Subject: [PATCH] no message --- src/controllers/OrganizationController.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/controllers/OrganizationController.ts b/src/controllers/OrganizationController.ts index 2402545b..fd3020e4 100644 --- a/src/controllers/OrganizationController.ts +++ b/src/controllers/OrganizationController.ts @@ -6395,6 +6395,7 @@ export class OrganizationController extends Controller { ) .select([ "orgRoot.id", + "orgRoot.ancestorDNA", "orgRoot.orgRootName", "orgRoot.orgRootShortName", "orgRoot.orgRootCode", @@ -6427,6 +6428,7 @@ export class OrganizationController extends Controller { ) .select([ "orgChild1.id", + "orgChild1.ancestorDNA", "orgChild1.orgChild1Name", "orgChild1.orgChild1ShortName", "orgChild1.orgChild1Code", @@ -6461,6 +6463,7 @@ export class OrganizationController extends Controller { ) .select([ "orgChild2.id", + "orgChild2.ancestorDNA", "orgChild2.orgChild2Name", "orgChild2.orgChild2ShortName", "orgChild2.orgChild2Code", @@ -6496,6 +6499,7 @@ export class OrganizationController extends Controller { ) .select([ "orgChild3.id", + "orgChild3.ancestorDNA", "orgChild3.orgChild3Name", "orgChild3.orgChild3ShortName", "orgChild3.orgChild3Code", @@ -6531,6 +6535,7 @@ export class OrganizationController extends Controller { ) .select([ "orgChild4.id", + "orgChild4.ancestorDNA", "orgChild4.orgChild4Name", "orgChild4.orgChild4ShortName", "orgChild4.orgChild4Code",