|
@@ -366,7 +366,7 @@ namespace MySystem
|
|
|
{
|
|
|
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);
|
|
|
}
|