lcl преди 3 години
родител
ревизия
59484bfb9e
променени са 1 файла, в които са добавени 1 реда и са изтрити 4 реда
  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);
             }
         }