Explorar o código

更改执行分润的时间限制,21号之前

lcl %!s(int64=2) %!d(string=hai) anos
pai
achega
5f4caad83f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      AppStart/Helper/Profit/ProfitHelperV2.cs

+ 1 - 1
AppStart/Helper/Profit/ProfitHelperV2.cs

@@ -38,7 +38,7 @@ namespace MySystem
             while (true)
             {
                 string content = RedisDbconn.Instance.RPop<string>("DoProfitQueue");
-                if(!string.IsNullOrEmpty(content) && DateTime.Now.Day < 15)
+                if(!string.IsNullOrEmpty(content) && DateTime.Now.Day < 21)
                 {
                     StatProfiting();
                 }