lcl пре 1 година
родитељ
комит
7114c2576a
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 < 14)
+                if(!string.IsNullOrEmpty(content) && DateTime.Now.Day < 21)
                 {
                     // StatProfiting();
                     ProfitBeforeHelper.Instance.StatProfiting();