|
@@ -270,6 +270,10 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
{
|
|
{
|
|
|
SeoKeyword = (decimal.Parse(pos.SeoKeyword) / 100).ToString();
|
|
SeoKeyword = (decimal.Parse(pos.SeoKeyword) / 100).ToString();
|
|
|
}
|
|
}
|
|
|
|
|
+ else
|
|
|
|
|
+ {
|
|
|
|
|
+ SeoKeyword = pos.SeoKeyword;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
dic["SeoKeyword"] = SeoKeyword;
|
|
dic["SeoKeyword"] = SeoKeyword;
|
|
|
|
|
|