lichunlei 3 жил өмнө
parent
commit
f734fa438e
3 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 0 0
      0
  2. 1 1
      AppStart/Helper/StatService.cs
  3. 1 1
      Startup.cs

+ 1 - 1
AppStart/Helper/StatService.cs

@@ -2261,7 +2261,7 @@ namespace MySystem
                 {
                     startId = "160653";
                 }
-                DataTable idsDt = OtherMySqlConn.dtable("select Id from UserAccountRecord where Id>=" + startId + " and QueryCount=0 order by Id limit 1000");
+                DataTable idsDt = OtherMySqlConn.dtable("select Id from UserAccountRecord where Id>=" + startId + " and QueryCount=0 order by Id limit 50");
                 if(idsDt.Rows.Count > 0)
                 {
                     string ids = "";

+ 1 - 1
Startup.cs

@@ -206,7 +206,7 @@ namespace MySystem
             // StatService.Instance.StartEverDay("2022-06-18");
             StatService.Instance.StartPosActNum(); //实时统计激活数
             StatService.Instance.StartNewUserNum(); //实时统计新增创客数
-            StatService.Instance.StatProfit();
+            StatService.Instance.StatProfit(); //实时统计创客收益
             // StatService.Instance.StartEverDayV2("");
             // RedPackageHelper.Instance.Start();
             // StatService.Instance.StatUserLevel();