Browse Source

收益统计从3点开始

lichunlei 3 năm trước cách đây
mục cha
commit
2560ee5b52
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();
                 }