Explorar o código

0点开始核验交易

lcl hai 1 ano
pai
achega
4e93893992
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      AppStart/Helper/StatService.cs

+ 1 - 1
AppStart/Helper/StatService.cs

@@ -31,7 +31,7 @@ namespace MySystem
         {
             while (true)
             {
-                if(DateTime.Now.Hour == 1)
+                if(DateTime.Now.Hour == 0)
                 {
                     string date = DateTime.Now.AddDays(-1).ToString("yyyy-MM-dd");
                     string check = function.ReadInstance("/StatTradeCheck2Queue/" + date + ".txt");