Commit fc7ead44 authored by 吴春's avatar 吴春

提交代码

parent a5b9bde6
...@@ -551,10 +551,12 @@ namespace Edu.WebApi.Controllers.Applet ...@@ -551,10 +551,12 @@ namespace Edu.WebApi.Controllers.Applet
} }
pageModel.PageData = list.Select(x => new pageModel.PageData = list.Select(x => new
{ {
x.Exam_Student_Id,
x.PaperId, x.PaperId,
x.Id, x.Id,
x.PaperName, x.PaperName,
x.PublishPic, x.PublishPic,
x.PicList,
ExamStartTime = Common.ConvertHelper.FormatTime(x.ExamStartTime), ExamStartTime = Common.ConvertHelper.FormatTime(x.ExamStartTime),
ExamEndTime = Common.ConvertHelper.FormatTime(x.ExamEndTime), ExamEndTime = Common.ConvertHelper.FormatTime(x.ExamEndTime),
x.ExamTimes, x.ExamTimes,
......
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