Просмотр исходного кода

打开广电卡激活数据队列

lcl 1 год назад
Родитель
Сommit
6e706aa4fe
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      AppStart/Helper/SIMPosMerchantTradeService.cs

+ 3 - 3
AppStart/Helper/SIMPosMerchantTradeService.cs

@@ -26,9 +26,9 @@ namespace MySystem
             thread.IsBackground = true;
             thread.Start();
 
-            // Thread thread1 = new Thread(SIMActDo); // 通过接口获取广电卡激活数据
-            // thread1.IsBackground = true;
-            // thread1.Start();
+            Thread thread1 = new Thread(SIMActDo); // 通过接口获取广电卡激活数据
+            thread1.IsBackground = true;
+            thread1.Start();
         }
 
         public void ImportPostDo()