소스 검색

修改分润时间点

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