fix ผู้เกษียณ ในแบบร่าง ของระบบโครงสร้างไม่ถูกปลด #1912

This commit is contained in:
harid 2025-11-03 18:05:29 +07:00
parent d6383ec2c4
commit ee4bff7f50
2 changed files with 55 additions and 43 deletions

View file

@ -67,8 +67,8 @@ async function main() {
});
// const cronTime_Oct = "0 0 1 10 *";
// Test #1892
const cronTime_Oct = "0 0 31 10 *";
// Test #1912
const cronTime_Oct = "0 0 4 11 *";
cron.schedule(cronTime_Oct, async () => {
try {
const commandController = new CommandController();