dengjunjie
2025-10-29 e579c8d3ab3accb26258f0c615101e3d86093730
н¨Îļþ¼Ð/WIDESEA_WMSServer/WIDESEA_WMSServer/InOrderJob.cs
@@ -11,7 +11,7 @@
            _business = business;
        }
        //每隔1秒执行一次
        [Invoke(Begin = "2025-09-01", Interval = 1000 * 5, IsEnabled = true,SkipWhileExecuting = true)]
        [Invoke(Begin = "2025-09-01", Interval = 1000 * 5, IsEnabled =true,SkipWhileExecuting = true)]
        public void Run()
        {
            _business.GetUpstreamOrder();