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

页面修改

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