@@ -685,7 +685,11 @@ namespace MySystem.Areas.Admin.Controllers
prizes.Add(40);
}
- else if (pos.BrandId == 6 && ActPrize == 0)
+ else if (pos.BrandId == 6 && ActPrize == 0) //立刷首台无押金机返50
+ {
+ prizes.Add(50);
+ }
+ else if((pos.BrandId == 10 || pos.BrandId == 11) && pos.IsFirst == 1 && ActPrize == 0) //联动首台无押金机返50
{
prizes.Add(50);