Explorar o código

银联统计程序,每次1000条

lcl hai 8 meses
pai
achega
2cfdee819e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      AppStart/Helper/StatGdNewService2.cs

+ 1 - 1
AppStart/Helper/StatGdNewService2.cs

@@ -52,7 +52,7 @@ namespace MySystem
                 try
                 {
                     string start = "2025-01-01 00:00:00";
-                    DataTable idsDt = CustomerSqlConn.dtable("select Id from ConsumerOrders where Id>=3344113 and CreateDate>='" + start + "' and Status>0 and Version=2 order by Id limit 100", connstr);
+                    DataTable idsDt = CustomerSqlConn.dtable("select Id from ConsumerOrders where Id>=3344113 and CreateDate>='" + start + "' and Status>0 and Version=2 order by Id limit 1000", connstr);
                     if(idsDt.Rows.Count > 0)
                     {
                         string ids = "";