代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/LogJob.cs @@ -34,13 +34,10 @@ { try { while (true) { WriteLog.GetLog("LogJob").Write($"鏃ュ織璁板綍锛歿DateTime.Now}", "LogJob"); Run(10); Run2(10); Thread.Sleep(1000 * 10); } } catch { } });