浏览代码

取消0返30的限制

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