From 4aae619e90ad104a656ea122b13194340e838050 Mon Sep 17 00:00:00 2001 From: kittapath Date: Wed, 5 Feb 2025 09:31:57 +0700 Subject: [PATCH] no message --- src/controllers/OrganizationController.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/controllers/OrganizationController.ts b/src/controllers/OrganizationController.ts index edb35874..dd212d5f 100644 --- a/src/controllers/OrganizationController.ts +++ b/src/controllers/OrganizationController.ts @@ -5520,6 +5520,7 @@ export class OrganizationController extends Controller { data1 = _data1.map((y) => ({ name: y.orgRootName, rootId: y.id, + rootDnaId: y.ancestorDNA, child1Id: null, child2Id: null, child3Id: null, @@ -5528,6 +5529,7 @@ export class OrganizationController extends Controller { data2 = _data2.map((y) => ({ name: y.orgRootName, rootId: y.id, + rootDnaId: y.ancestorDNA, child1Id: null, child2Id: null, child3Id: null, @@ -5589,6 +5591,7 @@ export class OrganizationController extends Controller { data1 = _data1.map((y) => ({ name: y.orgRootName, rootId: y.id, + rootDnaId: y.ancestorDNA, child1Id: null, child2Id: null, child3Id: null, @@ -5597,6 +5600,7 @@ export class OrganizationController extends Controller { data2 = _data2.map((y) => ({ name: y.orgRootName, rootId: y.id, + rootDnaId: y.ancestorDNA, child1Id: null, child2Id: null, child3Id: null,