Commit 286a2ae9 authored by 黄奎's avatar 黄奎

页面修改

parent bf387df1
...@@ -380,7 +380,7 @@ namespace Edu.WebApi.Controllers.User ...@@ -380,7 +380,7 @@ namespace Edu.WebApi.Controllers.User
UpdateByName = UserReidsCache.GetUserLoginInfo(item.UpdateBy)?.AccountName ?? "", UpdateByName = UserReidsCache.GetUserLoginInfo(item.UpdateBy)?.AccountName ?? "",
UpdateByIcon = UserReidsCache.GetUserLoginInfo(item.UpdateBy)?.UserIcon ?? "", UpdateByIcon = UserReidsCache.GetUserLoginInfo(item.UpdateBy)?.UserIcon ?? "",
UpdateTime =Common.ConvertHelper.FormatDate2(item.UpdateTime), UpdateTime =Common.ConvertHelper.FormatDate2(item.UpdateTime),
UpdateTimeStr = Common.ConvertHelper.FormatDate(item.UpdateTime), UpdateTimeStr = Common.ConvertHelper.FormatTime(item.UpdateTime),
item.Content, item.Content,
fileList, fileList,
ccList, ccList,
......
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