Browse Source

收益统计从3点开始

lichunlei 3 years ago
parent
commit
2560ee5b52
1 changed files with 1 additions and 1 deletions
  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();
                 }