Browse Source

合并线上git

lichunlei 2 năm trước cách đây
mục cha
commit
1c8e7adb38
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      AppStart/Helper/StatService.cs

+ 1 - 1
AppStart/Helper/StatService.cs

@@ -326,7 +326,7 @@ namespace MySystem
                 {
                     amt = 20;
                 }
-                else if(DateTime.Now > DateTime.Parse("2022-12-01 00:00:00") && DateTime.Now < DateTime.Parse("2023-03-01 00:00:00"))
+                else if(DateTime.Now > DateTime.Parse("2022-12-01 00:00:00") && DateTime.Now < DateTime.Parse("2023-04-01 00:00:00"))
                 {
                     amt = 10;
                 }