diff --git a/ProductionSystem/Forms/HomeFormInfo.cs b/ProductionSystem/Forms/HomeFormInfo.cs index 773c6f2..b7cd400 100644 --- a/ProductionSystem/Forms/HomeFormInfo.cs +++ b/ProductionSystem/Forms/HomeFormInfo.cs @@ -731,6 +731,9 @@ namespace ProductionSystem.Forms EditonType editonType; while (!cancellationTokenSource.IsCancellationRequested && middleIsCanRound) { + + Step1(); + if (!Program.canSaveDb) { continue; diff --git a/ProductionSystem/Program.cs b/ProductionSystem/Program.cs index 9e3d2a0..5402c80 100644 --- a/ProductionSystem/Program.cs +++ b/ProductionSystem/Program.cs @@ -22,6 +22,7 @@ using NewLife.Log; namespace ProductionSystem { + //杨 internal static class Program { #region 使用的Win32函数的声明