Commit a7107ccc authored by 吴春's avatar 吴春

提交代码

parent e608f841
...@@ -1775,7 +1775,7 @@ namespace Mall.WebApi.Controllers.Education ...@@ -1775,7 +1775,7 @@ namespace Mall.WebApi.Controllers.Education
x.IsFree, x.IsFree,
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("HH:mm"), HDStart = x.StartTime.ToString("MM/dd HH:mm"),
HDEnd = x.EndTime.ToString("MM/dd HH:mm"), HDEnd = x.EndTime.ToString("MM/dd HH:mm"),
x.Id, x.Id,
x.IsJoinActivity x.IsJoinActivity
......
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