Parcourir la source

打开广电卡激活数据队列

lcl il y a 1 an
Parent
commit
6e706aa4fe
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  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()