|
|
@@ -143,7 +143,6 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
|
|
|
Fields.Add("MsgType", data.MsgType); //消息类型
|
|
|
Fields.Add("Title", data.Title); //标题
|
|
|
- Fields.Add("Sort", data.Sort); //是否开放
|
|
|
Fields.Add("Summary", data.Summary); //简介
|
|
|
Fields.Add("Content", data.Content); //内容
|
|
|
Fields.Add("ShowType", data.ShowType); //展示类型
|
|
|
@@ -202,7 +201,6 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
|
|
|
Fields.Add("MsgType", data.MsgType); //消息类型
|
|
|
Fields.Add("Title", data.Title); //标题
|
|
|
- Fields.Add("Sort", data.Sort); //是否开放
|
|
|
Fields.Add("Summary", data.Summary); //简介
|
|
|
Fields.Add("Content", data.Content); //内容
|
|
|
Fields.Add("ShowType", data.ShowType); //展示类型
|