Parcourir la source

统计时间不限制

lcl il y a 1 an
Parent
commit
59484bfb9e
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  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);
             }
         }