Browse Source

定时保险

master
xxe 1 year ago
parent
commit
6314102a02
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      HKCardOUT/Bootstrapper.cs

+ 1
- 1
HKCardOUT/Bootstrapper.cs View File

@@ -138,7 +138,7 @@ namespace HKCardOUT
JobDetail = "定时同步卡",
JobName = "同步卡",
JobGroup = "同步卡",
Cron= "0 25,55 11,17 * * ?"
Cron= "* 0/5 * * * ?"
});

QuartzCoreFactory.QuartzCore().AddJob<QuartzJob>(new QuartzMap


Loading…
Cancel
Save