소스 검색

银联统计程序,每次1000条

lcl 8 달 전
부모
커밋
2cfdee819e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 = "";