Commit 9123c79b authored by 黄奎's avatar 黄奎

页面修改

parent 8a64722a
...@@ -462,10 +462,11 @@ namespace Edu.WebApi.Controllers.Course ...@@ -462,10 +462,11 @@ namespace Edu.WebApi.Controllers.Course
pageModel.PageData = list.Select(x => new pageModel.PageData = list.Select(x => new
{ {
x.Id, x.Id,
x.ReceiptId,
x.ProtocolNum, x.ProtocolNum,
x.PartyAName, x.PartyAName,
x.OldCourseName, x.OldCourseName,
CreateByName= UserReidsCache.GetUserLoginInfo(x.CreateBy), CreateByName= UserReidsCache.GetUserLoginInfo((x?.CreateBy??0))?.AccountName??"",
x.CreateTimeStr, x.CreateTimeStr,
x.AuditStatusStr, x.AuditStatusStr,
x.AuditStatus, x.AuditStatus,
......
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