lcl 1 жил өмнө
parent
commit
fba5bb0c4d

+ 1 - 1
AppStart/Helper/StatService.cs

@@ -2017,7 +2017,7 @@ namespace MySystem
                 string TradeMonth = DateTime.Now.AddMonths(-1).ToString("yyyyMM");
                 List<ReadModels.UserLevelSet> sets = rdb.UserLevelSet.ToList();
                 bool op = true;
-                int startid = 138681;
+                int startid = 0;
                 while(op)
                 {
                     var users = rdb.Users.Select(m => new { m.Id, m.AuthFlag }).Where(m => m.Id > startid && m.AuthFlag == 1).OrderBy(m => m.Id).Take(500).ToList();