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();