Browse Source

分润分费率

lcl 1 tháng trước cách đây
mục cha
commit
299457f571
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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
                     {