lcl hai 9 meses
pai
achega
4a8048c27e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      AppStart/Helper/StatGdService2.cs

+ 2 - 2
AppStart/Helper/StatGdService2.cs

@@ -31,7 +31,7 @@ namespace MySystem
         {
             while (true)
             {
-                if(DateTime.Now.Hour >= 3 && RedisDbconn.Instance.Get<string>("StatServerStatus") == "1")
+                if(DateTime.Now.Hour >= 0 && RedisDbconn.Instance.Get<string>("StatServerStatus") == "1")
                 {
                     StatTradeAmount();
                 }
@@ -49,7 +49,7 @@ namespace MySystem
                 try
                 {
                     string start = "2024-10-01 00:00:00";
-                    DataTable idsDt = CustomerSqlConn.dtable("select Id from ConsumerOrders where Id>=2861655 and CreateDate>='" + start + "' and Status>0 and Version=1 order by Id limit 100", connstr);
+                    DataTable idsDt = CustomerSqlConn.dtable("select Id from ConsumerOrders where Id>=3145430 and CreateDate>='" + start + "' and Status>0 and Version=1 order by Id limit 100", connstr);
                     if(idsDt.Rows.Count > 0)
                     {
                         string ids = "";