Selaa lähdekoodia

收益统计从3点开始

lichunlei 3 vuotta sitten
vanhempi
commit
2560ee5b52
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      AppStart/Helper/StatService.cs

+ 1 - 1
AppStart/Helper/StatService.cs

@@ -889,7 +889,7 @@ namespace MySystem
             // }
             while (true)
             {
-                if(DateTime.Now.Hour >= 2)
+                if(DateTime.Now.Hour >= 3)
                 {
                     StatProfitEverDayEverTime();
                 }