lcl 1 mese fa
parent
commit
299457f571
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      Util/HaoDa/ProfitAfterHelper.cs
  2. 1 1
      Util/HaoDa/ProfitBeforeHelper.cs

+ 1 - 1
Util/HaoDa/ProfitAfterHelper.cs

@@ -34,7 +34,7 @@ namespace MySystem
         {
             while (true)
             {
-                if (DateTime.Now.Day < 10 && DateTime.Now.Hour > 2 && DateTime.Now.Hour < 23)
+                if (DateTime.Now.Day < 25 && DateTime.Now.Hour > 2 && DateTime.Now.Hour < 23)
                 {
                     try
                     {

+ 1 - 1
Util/HaoDa/ProfitBeforeHelper.cs

@@ -34,7 +34,7 @@ namespace MySystem
         {
             while (true)
             {
-                if (DateTime.Now.Day < 20 && DateTime.Now.Hour > 2 && DateTime.Now.Hour < 23)
+                if (DateTime.Now.Day < 25 && DateTime.Now.Hour > 2 && DateTime.Now.Hour < 23)
                 {
                     try
                     {