Job insert ข้อมูลราชการ&ลูกจ้าง #1406

This commit is contained in:
Bright 2025-08-27 18:21:04 +07:00
parent 52fca7813c
commit b5e534413a
3 changed files with 48 additions and 4 deletions

View file

@ -81,6 +81,8 @@ async function main() {
await profileSalaryController.cronjobTenureExecutivePositionOfficer();
await profileSalaryController.cronjobTenurePositionEmployee();
await profileSalaryController.cronjobTenureLevelEmployee();
await profileSalaryController.Registry();
await profileSalaryController.RegistryEmployee();
} catch (error) {
console.error("Error executing function from controller:", error);
}