增加配置
This commit is contained in:
@@ -310,7 +310,7 @@ namespace WMS.Web.Repositories.DependencyInjection
|
||||
.WithIdentity("InventoryQuartzJobTrigger")
|
||||
.ForJob(jobKey_Inventory)
|
||||
.StartNow()
|
||||
.WithCronSchedule(options.JobStartExpre)
|
||||
.WithCronSchedule(options.JobStartProductInventory)
|
||||
//.WithCronSchedule(CronScheduleBuilder.DailyAtHourAndMinute(options.JobStartHour[5], options.JobStartMinute[5]))
|
||||
.WithDescription("InventoryQuartzJobTriggerDecs"));
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user