Commit 0bf269eb authored by 黄奎's avatar 黄奎

页面修改

parent c9a11038
...@@ -327,7 +327,8 @@ namespace Edu.WebApi.Controllers.User ...@@ -327,7 +327,8 @@ namespace Edu.WebApi.Controllers.User
x.ReadNum, x.ReadNum,
x.UpdateBy, x.UpdateBy,
UpdateByName = UserReidsCache.GetUserLoginInfo(x.UpdateBy)?.AccountName ?? "", UpdateByName = UserReidsCache.GetUserLoginInfo(x.UpdateBy)?.AccountName ?? "",
UpdateTime = x.UpdateTime.HasValue ? x.UpdateTime.Value.ToString("yyyy-MM-dd HH:mm:ss") : "" UpdateTime = x.UpdateTime.HasValue ? x.UpdateTime.Value.ToString("yyyy-MM-dd HH:mm:ss") : "",
UpdateTimeStr = Common.ConvertHelper.FormatDate(x.UpdateTime)
}); });
return ApiResult.Success("", pageModel); return ApiResult.Success("", pageModel);
} }
......
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