Browse Source

统计时间不限制

lcl 1 year ago
parent
commit
59484bfb9e
1 changed files with 1 additions and 4 deletions
  1. 1 4
      AppStart/Helper/StatService.cs

+ 1 - 4
AppStart/Helper/StatService.cs

@@ -31,10 +31,7 @@ namespace MySystem
         {
             while (true)
             {
-                if(DateTime.Now.Hour >= 3)
-                {
-                    StatTradeAmount();
-                }
+                StatTradeAmount();
                 Thread.Sleep(30000);
             }
         }