项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Jobs/QuartzJobMildd.cs
@@ -4,6 +4,7 @@ using System.Collections.Generic; using System.Text; using WIDESEA.QuartzJob; using WIDESEA_Core; using WIDESEA_Core.Helper; namespace WIDESEA_WMSServer @@ -49,6 +50,11 @@ }, }; if(App.HostEnvironment.IsDevelopment()) { return; } foreach (var item in allQzServices) { var ResuleModel = schedulerCenter.AddScheduleJobAsync(item).Result;