Commit 73227a3d authored by 黄奎's avatar 黄奎

页面修改

parent da3b24e3
......@@ -348,6 +348,10 @@ namespace Edu.WebApi.Controllers.Course
{
item.EnterName = UserReidsCache.GetUserLoginInfo(item.EnterID)?.AccountName ?? "";
}
if (item.EnterID <= 0 && item.CreateBy > 0)
{
item.EnterName = UserReidsCache.GetUserLoginInfo(item.CreateBy)?.AccountName ?? "";
}
if (item.StuCreateBy > 0)
{
item.StuCreateByName = UserReidsCache.GetUserLoginInfo(item.StuCreateBy)?.AccountName ?? "";
......
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