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