lichunlei 3 жил өмнө
parent
commit
9713107d56

+ 1 - 1
AppStart/Helper/StatService.cs

@@ -1669,7 +1669,7 @@ namespace MySystem
         // 5. 创客升级
         public void StatUserLevel()
         {
-            Thread th = new Thread(StatUserLevelStart);
+            Thread th = new Thread(StatUserLevelDo);
             th.IsBackground = true;
             th.Start();
         }