|
@@ -109,6 +109,7 @@ namespace MySystem
|
|
|
BrandIds.Add("9");
|
|
|
BrandIds.Add("15");
|
|
|
BrandIds.Add("22");
|
|
|
+ BrandIds.Add("27");
|
|
|
BrandIds.Add("30");
|
|
|
if(BrandIds.Contains(act.ProductType))
|
|
|
{
|
|
@@ -143,6 +144,7 @@ namespace MySystem
|
|
|
BrandIds.Add("9");
|
|
|
BrandIds.Add("15");
|
|
|
BrandIds.Add("22");
|
|
|
+ BrandIds.Add("27");
|
|
|
BrandIds.Add("30");
|
|
|
if(BrandIds.Contains(trade.ProductType))
|
|
|
{
|
|
@@ -200,6 +202,7 @@ namespace MySystem
|
|
|
BrandIds.Add("9");
|
|
|
BrandIds.Add("15");
|
|
|
BrandIds.Add("22");
|
|
|
+ BrandIds.Add("27");
|
|
|
BrandIds.Add("30");
|
|
|
if(BrandIds.Contains(trade.ProductType))
|
|
|
{
|