Commit 7c7a73c3 authored by 黄奎's avatar 黄奎

页面修改

parent 080d989f
...@@ -815,6 +815,7 @@ namespace Edu.WebApi.Controllers.Exam ...@@ -815,6 +815,7 @@ namespace Edu.WebApi.Controllers.Exam
item.PublishId, item.PublishId,
CreateByName = UserReidsCache.GetUserLoginInfo(item.CreateBy)?.AccountName ?? "", CreateByName = UserReidsCache.GetUserLoginInfo(item.CreateBy)?.AccountName ?? "",
item.ExamStatus, item.ExamStatus,
ExamStatusName = item.ExamStatus.ToName(),
}; };
result.Add(obj); result.Add(obj);
} }
......
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