lichunlei 2 лет назад
Родитель
Сommit
7f23a4ac6a
1 измененных файлов с 7 добавлено и 7 удалено
  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(); //生成兑换券
             }
         }