|
@@ -42,7 +42,7 @@ namespace MySystem
|
|
|
{
|
|
|
op = true;
|
|
|
}
|
|
|
- else if (act.ProductType == "2" || act.ProductType == "4" || act.ProductType == "6" || act.ProductType == "7")
|
|
|
+ else if (act.ProductType == "2" || act.ProductType == "4" || act.ProductType == "6" || act.ProductType == "7" || act.ProductType == "8" || act.ProductType == "9")
|
|
|
{
|
|
|
op = true;
|
|
|
}
|
|
@@ -54,7 +54,7 @@ namespace MySystem
|
|
|
{
|
|
|
// pos.ActivationState = 1;
|
|
|
// pos.ActivationTime = DateTime.Now;
|
|
|
- if (pos.BrandId == 2 || pos.BrandId == 4 || pos.BrandId == 5 || pos.BrandId == 6 || pos.BrandId == 7)
|
|
|
+ if (pos.BrandId == 2 || pos.BrandId == 4 || pos.BrandId == 5 || pos.BrandId == 6 || pos.BrandId == 7 || pos.BrandId == 8 || pos.BrandId == 9)
|
|
|
{
|
|
|
pos.SeoKeyword = act.SeoTitle;
|
|
|
// pos.IsPurchase = 0;
|