แฟ้ประวัติแบบย่อ

This commit is contained in:
kittapath 2025-03-05 15:15:50 +07:00
parent d2050cbfea
commit 8b8375fe43
3 changed files with 205 additions and 104 deletions

View file

@ -241,8 +241,11 @@ export class ProfileEmployeeTempController extends Controller {
"positionCee",
"positionExecutive",
],
where: { profileEmployeeId: id },
order: { commandDateAffect: "ASC" },
where: {
profileEmployeeId: id,
commandCode: In(["1", "2", "3", "4", "8", "10", "11", "12", "15", "16"]),
},
order: { order: "ASC" },
});
const salarys =
salary_raw.length > 1