เพิ่ม profileid employee

This commit is contained in:
Kittapath 2024-07-11 22:58:40 +07:00
parent 15565e9e6a
commit 67da9c15be

View file

@ -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,