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