Browse Source

打开线程

lichunlei 2 năm trước cách đây
mục cha
commit
7f23a4ac6a
1 tập tin đã thay đổi với 7 bổ sung7 xóa
  1. 7 7
      Startup.cs

+ 7 - 7
Startup.cs

@@ -144,15 +144,15 @@ namespace MySystem
             }
             }
             if(Env == "Production")
             if(Env == "Production")
             {
             {
-                // ResetUserTradeService.Instance.Start();
-                // ResetMerchantTradeService.Instance.Start();
-                // SycnProfitServiceV3.Instance.Start();
-                // SycnHelpProfitService.Instance.Start();
+                ResetUserTradeService.Instance.Start();
+                ResetMerchantTradeService.Instance.Start();
+                SycnProfitServiceV3.Instance.Start();
+                SycnHelpProfitService.Instance.Start();
                 ExcelHelper.Instance.Start();
                 ExcelHelper.Instance.Start();
-                // OpExcelHelper.Instance.Start();
-                // SycnUserMachineCountHelper.Instance.Start(); //重置创客机具数量
+                OpExcelHelper.Instance.Start();
+                SycnUserMachineCountHelper.Instance.Start(); //重置创客机具数量
 
 
-                // TestHelper.Instance.Start(); //生成兑换券
+                TestHelper.Instance.Start(); //生成兑换券
             }
             }
         }
         }