|
|
@@ -1096,7 +1096,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 && pos.BrandId != 10 && pos.BrandId != 11)
|
|
|
+ if (pos.BrandId != 2 && pos.BrandId != 7 && pos.BrandId != 10 && pos.BrandId != 11 && pos.BrandId != 12)
|
|
|
{
|
|
|
Deposit = Deposit / 100;
|
|
|
}
|