Commit fcdd0d51 authored by 黄奎's avatar 黄奎

页面修改

parent dc95b44c
......@@ -1164,7 +1164,11 @@ namespace Edu.WebApi.Controllers.Course
[HttpPost]
public ApiResult GetClassPlanLogPageList()
{
var pageModel = Common.Plugin.JsonHelper.DeserializeObject<ResultPageModel>(RequestParm.Msg.ToString());
var pageModel = new ResultPageModel()
{
PageIndex=base.ParmJObj.GetInt("PageIndex"),
PageSize=base.ParmJObj.GetInt("PageSize"),
};
var query = new RB_Class_Plan_ViewModel()
{
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