Browse Source

打开线程

lichunlei 2 years ago
parent
commit
7f23a4ac6a
1 changed files with 7 additions and 7 deletions
  1. 7 7
      Startup.cs

+ 7 - 7
Startup.cs

@@ -144,15 +144,15 @@ namespace MySystem
             }
             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();
-                // OpExcelHelper.Instance.Start();
-                // SycnUserMachineCountHelper.Instance.Start(); //重置创客机具数量
+                OpExcelHelper.Instance.Start();
+                SycnUserMachineCountHelper.Instance.Start(); //重置创客机具数量
 
-                // TestHelper.Instance.Start(); //生成兑换券
+                TestHelper.Instance.Start(); //生成兑换券
             }
         }