From f015ea6015a8b2bf575e660f94c71f37619356e9 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Wed, 14 May 2025 14:06:14 +0700 Subject: [PATCH] test #1415 --- src/controllers/OrganizationDotnetController.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/controllers/OrganizationDotnetController.ts b/src/controllers/OrganizationDotnetController.ts index afbce1ac..d46daded 100644 --- a/src/controllers/OrganizationDotnetController.ts +++ b/src/controllers/OrganizationDotnetController.ts @@ -2676,7 +2676,9 @@ export class OrganizationDotnetController extends Controller { currentZipCode: profile.currentZipCode, // dutyTimeId: profile.dutyTimeId, // dutyTimeEffectiveDate: profile.dutyTimeEffectiveDate, - posLevel: profile.posLevel?.posLevelName ?? "", + posLevel: profile.posType?.posTypeShortName && profile.posLevel?.posLevelName + ? `${profile.posType.posTypeShortName} ${profile.posLevel.posLevelName}` + : profile.posType?.posTypeShortName || profile.posLevel?.posLevelName || "", posType: profile.posType?.posTypeName ?? "", profileSalary: profile.profileSalary, profileInsignia: profile.profileInsignias.map((x) => {