This commit is contained in:
adisak 2025-08-26 16:09:55 +07:00
parent 0df264e900
commit a2833c9cb4

View file

@ -6268,6 +6268,7 @@ export class ProfileController extends Controller {
"current_holders.orgRevisionId",
"current_holders.posMasterNo",
"orgRoot.id",
"orgRoot.ancestorDNA",
"orgRoot.orgRootName",
"orgRoot.orgRootShortName",
"orgRoot.orgRootOrder",
@ -6414,6 +6415,7 @@ export class ProfileController extends Controller {
posNo: shortName ?? null,
rootId: holder?.orgRoot?.id ?? null,
root: holder?.orgRoot?.orgRootName ?? null,
rootDnaId: holder?.orgRoot == null ? null : holder?.orgRoot?.ancestorDNA,
orgRootShortName: holder?.orgRoot?.orgRootShortName ?? null,
orgRevisionId: holder?.orgRoot?.orgRevisionId ?? null,
org,