From 9a6051f365dc2448d7fba0b823827f5d5c162ee1 Mon Sep 17 00:00:00 2001 From: kittapath Date: Fri, 24 Jan 2025 00:06:21 +0700 Subject: [PATCH] no message --- src/controllers/OrganizationDotnetController.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/controllers/OrganizationDotnetController.ts b/src/controllers/OrganizationDotnetController.ts index 786f7ce7..83413486 100644 --- a/src/controllers/OrganizationDotnetController.ts +++ b/src/controllers/OrganizationDotnetController.ts @@ -593,6 +593,8 @@ export class OrganizationDotnetController extends Controller { x.orgRevision?.orgRevisionIsCurrent == true, )?.orgChild4Id ?? null, commander: fullname, + commanderId, + commanderKeycloak, posLevel: profile.posLevel?.posLevelName ?? null, posType: profile.posType?.posTypeName ?? null, profileSalary: profile.profileSalary.length > 0 ? profile.profileSalary[0] : null, @@ -877,6 +879,8 @@ export class OrganizationDotnetController extends Controller { x.orgRevision?.orgRevisionIsCurrent == true, )?.orgChild4Id ?? null, commander: fullname, + commanderId, + commanderKeycloak, posLevel: profile.posLevel?.posLevelName ?? null, posType: profile.posType?.posTypeName ?? null, profileSalary: profile.profileSalary.length > 0 ? profile.profileSalary[0] : null,