|
@@ -157,7 +157,7 @@ namespace MySystem
|
|
|
//购机奖
|
|
|
decimal CurBuyPrize = GetBuyPrize(parentUser);
|
|
|
decimal GetPrize = CurBuyPrize - BuyPrize;
|
|
|
- if(GetPrize > 0) PosCouponPrizeService.Instance.OpAccount(db, 0, parentUser.Id, GetPrize, groupCount, 128);
|
|
|
+ if(GetPrize > 0) PosCouponPrizeService.Instance.OpAccount(db, Id, parentUser.Id, GetPrize, groupCount, 128);
|
|
|
BuyPrize = CurBuyPrize;
|
|
|
}
|
|
|
}
|