lichunlei пре 2 година
родитељ
комит
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(); //生成兑换券
             }
         }