From 67da9c15beed4dc36b73a23f28859f0b1d3032dd Mon Sep 17 00:00:00 2001 From: Kittapath Date: Thu, 11 Jul 2024 22:58:40 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=20profileid=20employee?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/SalaryPeriodEmployeeController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/SalaryPeriodEmployeeController.ts b/src/controllers/SalaryPeriodEmployeeController.ts index 12e5f0f..09bf39e 100644 --- a/src/controllers/SalaryPeriodEmployeeController.ts +++ b/src/controllers/SalaryPeriodEmployeeController.ts @@ -1487,6 +1487,7 @@ export class SalaryPeriodEmployeeController extends Controller { const mapSalaryProfile = salaryProfile.map((item) => ({ id: item.id, + profileId: item.profileId, salaryOrgId: item.salaryOrgId, salaryLevel: item.salaryLevel, salaryLevelNew: item.salaryLevelNew,