lcl 2 سال پیش
والد
کامیت
b498ced420
1فایلهای تغییر یافته به همراه7 افزوده شده و 7 حذف شده
  1. 7 7
      Startup.cs

+ 7 - 7
Startup.cs

@@ -134,13 +134,13 @@ namespace MySystem
                     name: "default",
                     pattern: "{controller=Home}/{action=Index}/{Id?}");
             });
-            // ResetUserTradeService.Instance.Start();
-            // ResetMerchantTradeService.Instance.Start();
-            // SycnProfitServiceV3.Instance.Start();
-            // SycnHelpProfitService.Instance.Start();
-            // ExcelHelper.Instance.Start();
-            // OpExcelHelper.Instance.Start();
-            // SycnUserMachineCountHelper.Instance.Start(); //重置创客机具数量
+            ResetUserTradeService.Instance.Start();
+            ResetMerchantTradeService.Instance.Start();
+            SycnProfitServiceV3.Instance.Start();
+            SycnHelpProfitService.Instance.Start();
+            ExcelHelper.Instance.Start();
+            OpExcelHelper.Instance.Start();
+            SycnUserMachineCountHelper.Instance.Start(); //重置创客机具数量
         }