Commit 971f567e authored by 吴春's avatar 吴春

Merge branch 'master' of http://gitlab.oytour.com/Kui2/education

parents a339a4e5 8af91e21
...@@ -294,7 +294,9 @@ namespace Edu.WebApi.Controllers.Duty ...@@ -294,7 +294,9 @@ namespace Edu.WebApi.Controllers.Duty
var result = list.Select(x => new var result = list.Select(x => new
{ {
x.Id, x.Id,
x.Name x.Name,
x.StartTime,
x.EndTime,
}); });
return ApiResult.Success(data: result); return ApiResult.Success(data: 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