@@ -241,6 +241,10 @@ namespace MySystem
if (Prize > 0)
{
StatService.Instance.doActiveReward(db, merchant, pos, pos.BuyUserId, user.ParentNav, TopUserId, Prize);
+ if(pos.BrandId == 29 && act.Field4 == "3366")
+ {
+ StatService.Instance.doActiveRewardFunc(db, merchant, pos, pos.BuyUserId, user.ParentNav, TopUserId, Prize, 140);
+ }
}
if (pos.CardType < 100 && Prize > 0 && PrizeFlag)