From a2d3e95641e5560171ad712f39949dd3ea082a75 Mon Sep 17 00:00:00 2001 From: Bright Date: Mon, 13 May 2024 11:46:38 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=E0=B8=9F=E0=B8=B4=E0=B8=A5=E0=B8=94=E0=B9=8C=20employeeClass?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/ProfileEmployeeController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/ProfileEmployeeController.ts b/src/controllers/ProfileEmployeeController.ts index 6134d718..7aa8180b 100644 --- a/src/controllers/ProfileEmployeeController.ts +++ b/src/controllers/ProfileEmployeeController.ts @@ -296,6 +296,7 @@ export class ProfileEmployeeController extends Controller { posTypeId: _data.posType == null ? null : _data.posType.id, position: _data.position, posNo: shortName, + employeeClass: _data.employeeClass == null ? null : _data.employeeClass }; }), );