[After SIT] รายงานทะเบียนประวัติ เพิ่มค้นหาจาก ระยะเวลาดำรงตำแหน่ง (บริหาร) ปัจจุบัน และแสดงคอลัมน์เพิ่ม issue #1326

This commit is contained in:
Bright 2025-05-26 17:45:54 +07:00
parent 3746888ef8
commit eaafb73479
3 changed files with 66 additions and 1 deletions

View file

@ -78,6 +78,7 @@ async function main() {
const profileSalaryController = new ProfileSalaryController();
await profileSalaryController.cronjobTenurePositionOfficer();
await profileSalaryController.cronjobTenureLevelOfficer();
await profileSalaryController.cronjobTenureExecutivePositionOfficer();
await profileSalaryController.cronjobTenurePositionEmployee();
await profileSalaryController.cronjobTenureLevelEmployee();
} catch (error) {