Commit 5c380dcc authored by 黄奎's avatar 黄奎

页面修改

parent a1eb67f4
using Edu.Model.Entity.EduTask;
using Edu.Model.ViewModel.EduTask;
using Edu.Repository.EduTask;
using Edu.Repository.Flow;
using System;
using System.Collections.Generic;
using System.Text;
using VT.FW.AOP.CustomerAttribute;
using VT.FW.DB;
......
......@@ -160,11 +160,9 @@ namespace Edu.WebApi.Controllers.Public
}
catch (Exception ex)
{
Common.Plugin.LogHelper.Write(ex, "GetHolidayList");
}
List<RB_System_Holiday> list = holidayModule.GetPageList(pmodel.PageIndex, pmodel.PageSize, dmodel, out long count);
pmodel.Count = Convert.ToInt32(count.ToString());
pmodel.PageData = list.Select(x => new
{
......
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