From ad3a55324a9246d6d18a7c7380a2da845caf6775 Mon Sep 17 00:00:00 2001 From: kittapath Date: Mon, 20 Jan 2025 16:28:41 +0700 Subject: [PATCH] no message --- src/controllers/ProfileEmployeeController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/ProfileEmployeeController.ts b/src/controllers/ProfileEmployeeController.ts index 50269e98..a8dac12d 100644 --- a/src/controllers/ProfileEmployeeController.ts +++ b/src/controllers/ProfileEmployeeController.ts @@ -4354,6 +4354,7 @@ export class ProfileEmployeeController extends Controller { posLevelId: profile.posLevel == null ? null : profile.posLevel.id, posTypeName: profile.posType == null ? null : profile.posType.posTypeName, posTypeRank: profile.posType == null ? null : profile.posType.posTypeRank, + posTypeShortName: profile.posType == null ? null : profile.posType.posTypeShortName, posTypeId: profile.posType == null ? null : profile.posType.id, // posExecutiveName: "", rootId: root == null ? null : root.id,