瀏覽代碼

分润时间限制到26号前

lcl 1 年之前
父節點
當前提交
fd59484fd5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 < 21)
+                if(!string.IsNullOrEmpty(content) && DateTime.Now.Day < 26)
                 {
                     // StatProfiting();
                     ProfitBeforeHelper.Instance.StatProfiting();