no message

This commit is contained in:
kittapath 2025-01-30 09:16:56 +07:00
parent eb09c6205a
commit 1d5b36cd6e

View file

@ -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",