|
@@ -521,6 +521,7 @@ namespace MySystem
|
|
|
if(PrizeFlag && !db.UserAccountRecord.Any(m => m.QueryCount == order.Id && m.ChangeType == ChangeType))
|
|
|
{
|
|
|
// OpAccount(db, order.Id, parentUser.Id, GetPrize, order.BuyCount, ChangeType);
|
|
|
+ if(GetPrize == 60) function.WriteLog(order.Id + " " + parentUser.Id + " " + GetPrize, "补60购机奖励");
|
|
|
}
|
|
|
BuyPrize = CurBuyPrize;
|
|
|
}
|
|
@@ -545,12 +546,13 @@ namespace MySystem
|
|
|
ChangeType = 128;
|
|
|
}
|
|
|
BuyPrize = CurBuyPrize;
|
|
|
+ if(GetPrize == 60) function.WriteLog(order.Id + " " + parentUser.Id + " " + GetPrize, "补60购机奖励");
|
|
|
+ BuyPrize = CurBuyPrize;
|
|
|
}
|
|
|
|
|
|
if(!BackAccountFlag)
|
|
|
{
|
|
|
BackAccountFlag = true;
|
|
|
- if(GetPrize == 60) function.WriteLog(order.Id + " " + parentUser.Id + " " + GetPrize, "补60购机奖励");
|
|
|
}
|
|
|
}
|
|
|
}
|