增加配置

This commit is contained in:
18942506660
2024-10-30 09:56:36 +08:00
parent 5fb483f455
commit c06db35af4
5 changed files with 9 additions and 1 deletions

View File

@@ -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