From fbef363ca133d309e17d06225117ed879bd50c6a Mon Sep 17 00:00:00 2001 From: Bright Date: Wed, 21 May 2025 16:40:51 +0700 Subject: [PATCH] fix issue #1350 --- src/controllers/CommandController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 02c7173f..bde73c1e 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -5112,7 +5112,7 @@ export class CommandController extends Controller { const profileSalary: ProfileSalary = Object.assign(new ProfileSalary(), { profileId: item.profileId, commandId: item.commandId, - position: profile.position, + positionName: profile.position, positionType: profile?.posType?.posTypeName ?? null, positionLevel: profile?.posLevel?.posLevelName ?? null, positionExecutive: position?.posExecutive?.posExecutiveName ?? null,