Эх сурвалжийг харах

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

lcl 10 сар өмнө
parent
commit
46e8cf2814

+ 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
                 {