|
|
@@ -997,7 +997,7 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
{
|
|
|
Users posUsers = db.Users.FirstOrDefault(m => m.Id == pos.BuyUserId) ?? new Users();
|
|
|
decimal Deposits = decimal.Parse(function.CheckNum(pos.SeoKeyword));
|
|
|
- if (pos.BrandId != 2 && pos.BrandId != 7)
|
|
|
+ if (pos.BrandId != 2 && pos.BrandId != 7 && pos.BrandId != 10 && pos.BrandId != 11)
|
|
|
{
|
|
|
Deposits = Deposits / 100;
|
|
|
}
|
|
|
@@ -1090,7 +1090,7 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
}
|
|
|
string tradeAmount = pos.CreditTrade.ToString();
|
|
|
decimal Deposit = decimal.Parse(function.CheckNum(pos.SeoKeyword));
|
|
|
- if (pos.BrandId != 2 && pos.BrandId != 7)
|
|
|
+ if (pos.BrandId != 2 && pos.BrandId != 7 && pos.BrandId != 10 && pos.BrandId != 11)
|
|
|
{
|
|
|
Deposit = Deposit / 100;
|
|
|
}
|