lcl 1 рік тому
батько
коміт
6717735b48
1 змінених файлів з 3 додано та 3 видалено
  1. 3 3
      AppStart/Helper/StatService.cs

+ 3 - 3
AppStart/Helper/StatService.cs

@@ -474,10 +474,10 @@ namespace MySystem
                         {
                             TopUserId = int.Parse(ParentNav.Trim(',').Replace(",,", ",").Split(',')[0]);
                         }
-                        if((pos.BrandId == 10 || pos.BrandId == 11) && DateTime.Now < DateTime.Parse("2023-05-01 00:00:00")) //首台无押金机返50
-                        {
+                        // if((pos.BrandId == 10 || pos.BrandId == 11) && DateTime.Now < DateTime.Parse("2023-05-01 00:00:00")) //首台无押金机返50
+                        // {
                             doActiveReward(db, merchant, pos, GetUserId, ParentNav, TopUserId, 30);
-                        }
+                        // }
                         PosMachinesTwo edit = db.PosMachinesTwo.FirstOrDefault(m => m.Id == pos.Id);
                         if(edit != null)
                         {