Browse Source

修改分润时间点

lcl 1 year ago
parent
commit
7114c2576a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/Helper/Profit/ProfitHelperV2.cs

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

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