Commit e608f841 authored by 吴春's avatar 吴春

提交代码

parent 2cc94f1b
...@@ -1830,7 +1830,7 @@ namespace Mall.WebApi.Controllers.Education ...@@ -1830,7 +1830,7 @@ namespace Mall.WebApi.Controllers.Education
BMStart = x.SignStartTime.HasValue ? x.SignStartTime.Value.ToString("MM/dd HH:mm") : "", BMStart = x.SignStartTime.HasValue ? x.SignStartTime.Value.ToString("MM/dd HH:mm") : "",
BMEnd = x.SignEndTime.HasValue ? x.SignEndTime.Value.ToString("MM/dd HH:mm") : "", BMEnd = x.SignEndTime.HasValue ? x.SignEndTime.Value.ToString("MM/dd HH:mm") : "",
HDStart = x.StartTime.ToString("MM/dd HH:mm"), HDStart = x.StartTime.ToString("MM/dd HH:mm"),
HDEnd = x.StartTime.ToString("MM/dd HH:mm"), HDEnd = x.EndTime.ToString("MM/dd HH:mm"),
x.Id, x.Id,
}); });
pagelist.pageData = result; pagelist.pageData = result;
......
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