From a796deb76384b1ef23018e3500e79bcbfab05fa2 Mon Sep 17 00:00:00 2001 From: kittapath Date: Thu, 30 Jan 2025 09:46:03 +0700 Subject: [PATCH] no message --- src/controllers/ProfileController.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index 51d1412a..576d15cd 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -5321,23 +5321,23 @@ export class ProfileController extends Controller { : position.posExecutive.posExecutivePriority, posExecutiveId: position == null || position.posExecutive == null ? null : position.posExecutive.id, - rootId: root == null ? null : root.ancestorDNA, + rootId: root == null ? null : root.id, rootDnaId: root == null ? null : root.ancestorDNA, root: root == null ? null : root.orgRootName, rootShortName: root == null ? null : root.orgRootShortName, - child1Id: child1 == null ? null : child1.ancestorDNA, + child1Id: child1 == null ? null : child1.id, child1DnaId: child1 == null ? null : child1.ancestorDNA, child1: child1 == null ? null : child1.orgChild1Name, child1ShortName: child1 == null ? null : child1.orgChild1ShortName, - child2Id: child2 == null ? null : child2.ancestorDNA, + child2Id: child2 == null ? null : child2.id, child2DnaId: child2 == null ? null : child2.ancestorDNA, child2: child2 == null ? null : child2.orgChild2Name, child2ShortName: child2 == null ? null : child2.orgChild2ShortName, - child3Id: child3 == null ? null : child3.ancestorDNA, + child3Id: child3 == null ? null : child3.id, child3DnaId: child3 == null ? null : child3.ancestorDNA, child3: child3 == null ? null : child3.orgChild3Name, child3ShortName: child3 == null ? null : child3.orgChild3ShortName, - child4Id: child4 == null ? null : child4.ancestorDNA, + child4Id: child4 == null ? null : child4.id, child4DnaId: child4 == null ? null : child4.ancestorDNA, child4: child4 == null ? null : child4.orgChild4Name, child4ShortName: child4 == null ? null : child4.orgChild4ShortName, @@ -5472,23 +5472,23 @@ export class ProfileController extends Controller { : position.posExecutive.posExecutivePriority, posExecutiveId: position == null || position.posExecutive == null ? null : position.posExecutive.id, - rootId: root == null ? null : root.ancestorDNA, + rootId: root == null ? null : root.id, rootDnaId: root == null ? null : root.ancestorDNA, root: root == null ? null : root.orgRootName, rootShortName: root == null ? null : root.orgRootShortName, - child1Id: child1 == null ? null : child1.ancestorDNA, + child1Id: child1 == null ? null : child1.id, child1DnaId: child1 == null ? null : child1.ancestorDNA, child1: child1 == null ? null : child1.orgChild1Name, child1ShortName: child1 == null ? null : child1.orgChild1ShortName, - child2Id: child2 == null ? null : child2.ancestorDNA, + child2Id: child2 == null ? null : child2.id, child2DnaId: child2 == null ? null : child2.ancestorDNA, child2: child2 == null ? null : child2.orgChild2Name, child2ShortName: child2 == null ? null : child2.orgChild2ShortName, - child3Id: child3 == null ? null : child3.ancestorDNA, + child3Id: child3 == null ? null : child3.id, child3DnaId: child3 == null ? null : child3.ancestorDNA, child3: child3 == null ? null : child3.orgChild3Name, child3ShortName: child3 == null ? null : child3.orgChild3ShortName, - child4Id: child4 == null ? null : child4.ancestorDNA, + child4Id: child4 == null ? null : child4.id, child4DnaId: child4 == null ? null : child4.ancestorDNA, child4: child4 == null ? null : child4.orgChild4Name, child4ShortName: child4 == null ? null : child4.orgChild4ShortName,