Browse Source

每月一号记录上月盟主储蓄金和可提现余额,避免1点前有变化

lcl 10 tháng trước cách đây
mục cha
commit
46e8cf2814
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      AppStart/Helper/LeaderAmountMonthChangeQueue.cs

+ 1 - 1
AppStart/Helper/LeaderAmountMonthChangeQueue.cs

@@ -29,7 +29,7 @@ public class LeaderAmountMonthChangeQueue
     {
         while (true)
         {
-            if (DateTime.Now.Day == 1 && DateTime.Now.Hour > 1 && DateTime.Now.Hour < 10)
+            if (DateTime.Now.Day == 1 && DateTime.Now.Hour >= 0 && DateTime.Now.Hour < 10)
             {
                 try
                 {