Ver Fonte

0点开始核验交易

lcl há 1 ano atrás
pai
commit
874cc07426
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      Startup.cs

+ 2 - 0
Startup.cs

@@ -129,6 +129,8 @@ namespace MySystem
             TestService.Instance.Start();
             TestService2.Instance.Start();
 
+            StatTradeCheckService.Instance.StartCheck(); //检查交易额
+
             #endregion
 
         }