Kaynağa Gözat

创客升级队列修复

lichunlei 3 yıl önce
ebeveyn
işleme
9713107d56
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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();
         }