Browse Source

屏蔽重置程序

lcl 1 year ago
parent
commit
c987e432ae
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Startup.cs

+ 2 - 2
Startup.cs

@@ -126,8 +126,8 @@ namespace MySystem
             StatNewService2.Instance.StartMer(); //实时统计商户交易额
             StatNewService2.Instance.StartMer(); //实时统计商户交易额
             StatNewService2.Instance.CreateTable(); //生成新的分表
             StatNewService2.Instance.CreateTable(); //生成新的分表
 
 
-            TestService.Instance.Start();
-            TestService2.Instance.Start();
+            // TestService.Instance.Start();
+            // TestService2.Instance.Start();
 
 
             #endregion
             #endregion