DuGuYang 3 лет назад
Родитель
Сommit
c5ee99dc06

+ 4 - 0
Areas/Admin/Controllers/MainServer/PosMerchantInfoListController.cs

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