Browse Source

银联统计程序,恢复每次100条

lcl 8 tháng trước cách đây
mục cha
commit
f70f716b57
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 1000", 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 100", connstr);
                     if(idsDt.Rows.Count > 0)
                     {
                         string ids = "";