Browse Source

创客升级队列修复

lichunlei 3 năm trước cách đây
mục cha
commit
9713107d56
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();
         }