н¨Îļþ¼Ð/WIDESEA_WMSServer/WIDESEA_WMSServer/InOrderJob.cs
@@ -11,11 +11,11 @@ _business = business; } //æ¯é1ç§æ§è¡ä¸æ¬¡ [Invoke(Begin = "2025-09-01", Interval = 1000 * 5, IsEnabled =true,SkipWhileExecuting = true)] [Invoke(Begin = "2025-09-01", Interval = 1000 * 10, IsEnabled =false,SkipWhileExecuting = true)] public void Run() { _business.GetUpstreamOrder(); _business.EdiIn(); //_business.GetUpstreamOrder(); //_business.EdiIn(); _business.CompleteAllOrders(); } }