Explorar el Código

每天凌晨重置创客交易关闭

lcl hace 11 meses
padre
commit
b4df358f5e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      AppStart/Helper/StatTradeCheckService.cs

+ 1 - 1
AppStart/Helper/StatTradeCheckService.cs

@@ -35,7 +35,7 @@ namespace MySystem
                 if(!string.IsNullOrEmpty(content))
                 {
                     StatTradeAmountCheckDo(content);
-                    StatTradeAmountCheck2Do(content);
+                    // StatTradeAmountCheck2Do(content);
                     Thread.Sleep(100);
                 }
                 else