Parcourir la source

0点开始核验交易

lcl il y a 1 an
Parent
commit
4e93893992
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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");