Commit 30fd354e authored by liudong1993's avatar liudong1993
parents 0c9c9cf7 d3350fa6
......@@ -1829,7 +1829,7 @@ namespace Mall.WebApi.Controllers.Education
x.IsFree,
BMStart = x.SignStartTime.HasValue ? x.SignStartTime.Value.ToString("MM/dd HH:mm") : "",
BMEnd = x.SignEndTime.HasValue ? x.SignEndTime.Value.ToString("MM/dd HH:mm") : "",
HDStart = x.StartTime.ToString("HH:mm"),
HDStart = x.StartTime.ToString("MM/dd HH:mm"),
HDEnd = x.StartTime.ToString("MM/dd HH:mm"),
x.Id,
});
......
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