Pārlūkot izejas kodu

分润时间限制到26号前

lcl 1 gadu atpakaļ
vecāks
revīzija
fd59484fd5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 < 21)
+                if(!string.IsNullOrEmpty(content) && DateTime.Now.Day < 26)
                 {
                 {
                     // StatProfiting();
                     // StatProfiting();
                     ProfitBeforeHelper.Instance.StatProfiting();
                     ProfitBeforeHelper.Instance.StatProfiting();