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,