Commit d65e4e4f authored by 黄奎's avatar 黄奎

页面修改

parent ae768611
...@@ -614,6 +614,7 @@ namespace Edu.WebApi.Controllers.Web ...@@ -614,6 +614,7 @@ namespace Edu.WebApi.Controllers.Web
{ {
Id = base.ParmJObj.GetInt("Id"), Id = base.ParmJObj.GetInt("Id"),
Name = base.ParmJObj.GetStringValue("Name"), Name = base.ParmJObj.GetStringValue("Name"),
LinkUrl= base.ParmJObj.GetStringValue("LinkUrl"),
}; };
extModel.School_Id = base.UserInfo.School_Id; extModel.School_Id = base.UserInfo.School_Id;
extModel.Group_Id = base.UserInfo.Group_Id; extModel.Group_Id = base.UserInfo.Group_Id;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment