lcl 1 rok pred
rodič
commit
e36dd1f860
1 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 4 4
      AppStart/Helper/StatService.cs

+ 4 - 4
AppStart/Helper/StatService.cs

@@ -476,7 +476,7 @@ namespace MySystem
                         }
                         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, 50);
+                            doActiveReward(db, merchant, pos, GetUserId, ParentNav, TopUserId, 30);
                         }
                         PosMachinesTwo edit = db.PosMachinesTwo.FirstOrDefault(m => m.Id == pos.Id);
                         if(edit != null)
@@ -568,7 +568,7 @@ namespace MySystem
                             TopUserId = int.Parse(ParentNav.Trim(',').Replace(",,", ",").Split(',')[0]);
                         }
                         //首台无押金机返50
-                        doActiveReward(db, merchant, pos, GetUserId, ParentNav, TopUserId, 50);
+                        doActiveReward(db, merchant, pos, GetUserId, ParentNav, TopUserId, 30);
                         PosMachinesTwo item = db.PosMachinesTwo.FirstOrDefault(m => m.Id == pos.Id);
                         if(item != null)
                         {
@@ -613,8 +613,8 @@ namespace MySystem
                             TopUserId = int.Parse(ParentNav.Trim(',').Replace(",,", ",").Split(',')[0]);
                         }
                         //首台无押金机返50
-                        doActiveReward(db, merchant, pos, GetUserId, ParentNav, TopUserId, 50);
-                        function.WriteLog("ActPrize:50", "实时处理来客吧0押激活奖励");
+                        doActiveReward(db, merchant, pos, GetUserId, ParentNav, TopUserId, 30);
+                        function.WriteLog("ActPrize:30", "实时处理来客吧0押激活奖励");
                         PosMachinesTwo item = db.PosMachinesTwo.FirstOrDefault(m => m.Id == pos.Id);
                         if(item != null)
                         {