Explorar o código

修改时调整标识消失问题

DuGuYang %!s(int64=3) %!d(string=hai) anos
pai
achega
48539c81d8
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Areas/Admin/Controllers/MainServer/MsgAlertController.cs

+ 0 - 1
Areas/Admin/Controllers/MainServer/MsgAlertController.cs

@@ -217,7 +217,6 @@ namespace MySystem.Areas.Admin.Controllers
             Fields.Add("IsWeekend", data.IsWeekend); //是否周末
 
             Fields.Add("SeoTitle", data.SeoTitle);
-            Fields.Add("SeoKeyword", data.SeoKeyword);
             Fields.Add("SeoDescription", data.SeoDescription);
             new AdminContentOther(_accessor.HttpContext, PublicFunction.MainTables).Edit("MsgAlert", Fields, data.Id);
             AddSysLog(data.Id.ToString(), "MsgAlert", "update");