Browse Source

盒易付无押金返50

lcl 2 years ago
parent
commit
19f7f5c423
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/Helper/StatService.cs

+ 1 - 1
AppStart/Helper/StatService.cs

@@ -366,7 +366,7 @@ namespace MySystem
                         {
                         {
                             doActiveReward(db, merchant, pos, GetUserId, ParentNav, TopUserId, 50);
                             doActiveReward(db, merchant, pos, GetUserId, ParentNav, TopUserId, 50);
                         }
                         }
-                        else if((pos.BrandId == 10 || pos.BrandId == 11) && pos.IsFirst == 1) //首台无押金机返50
+                        else if((pos.BrandId == 10 || pos.BrandId == 11 || pos.BrandId == 12) && pos.IsFirst == 1) //首台无押金机返50
                         {
                         {
                             doActiveReward(db, merchant, pos, GetUserId, ParentNav, TopUserId, 50);
                             doActiveReward(db, merchant, pos, GetUserId, ParentNav, TopUserId, 50);
                         }
                         }