Explorar el Código

0点开始核验交易

lcl hace 1 año
padre
commit
4e93893992
Se han modificado 1 ficheros con 1 adiciones y 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");