1
heshaofeng
2026-03-25 37454e625df68d40897112b2e8c2e3cf4d7163e3
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Jobs/QuartzJobMildd.cs
@@ -47,11 +47,23 @@
                         JobGroup = "WIDESEA_WMSServer",
                         Name = "InventoryLockJob",
                         TriggerType = 0
                    },new TasksQz()
                    {
                         Id = 3,
                         AssemblyName = "WIDESEA_WMSServer",
                         ClassName = "ErpJob",
                         CreateTime = DateTime.Now,
                         IntervalSecond = 50000,
                         IsDeleted = false,
                         IsStart = false,
                         JobGroup = "WIDESEA_WMSServer",
                         Name = "ErpJob",
                         TriggerType = 0
                    },
                };
                if(App.HostEnvironment.IsDevelopment())
                if (App.HostEnvironment.IsDevelopment())
                {
                    return;
                }