lichunlei 3 роки тому
батько
коміт
9713107d56
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      AppStart/Helper/StatService.cs

+ 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();
         }