heshaofeng
2026-01-13 64840e4e6d97d177b8a765ba8c53888abcf86d16
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Jobs/QuartzJobMildd.cs
@@ -35,10 +35,22 @@
                         Name = "AgvTaskJob",
                         TriggerType = 0
                    },
                     new TasksQz()
                    {
                         Id = 2,
                         AssemblyName = "WIDESEA_WMSServer",
                         ClassName = "InventoryLockJob",
                         CreateTime = DateTime.Now,
                         IntervalSecond = 3,
                         IsDeleted = false,
                         IsStart = false,
                         JobGroup = "WIDESEA_WMSServer",
                         Name = "InventoryLockJob",
                         TriggerType = 0
                    },
                };
                //Console.WriteLine("HostEnvironment"+App.HostEnvironment.IsDevelopment());
                if(App.HostEnvironment.IsDevelopment())
                {
                    return;