แฟ้ประวัติแบบย่อ
This commit is contained in:
parent
d2050cbfea
commit
8b8375fe43
3 changed files with 205 additions and 104 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue