From 6a87f01badb3265186bd37b1018432d102b21c82 Mon Sep 17 00:00:00 2001 From: kittapath Date: Mon, 20 Jan 2025 16:25:15 +0700 Subject: [PATCH] add posTypeName --- src/controllers/ProfileEmployeeTempController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/ProfileEmployeeTempController.ts b/src/controllers/ProfileEmployeeTempController.ts index 4d963083..bc0e37b9 100644 --- a/src/controllers/ProfileEmployeeTempController.ts +++ b/src/controllers/ProfileEmployeeTempController.ts @@ -3809,6 +3809,7 @@ export class ProfileEmployeeTempController 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,