Commit db393ca0 authored by 黄奎's avatar 黄奎

页面修改

parent e4b8fe5e
...@@ -158,7 +158,7 @@ namespace EduSpider.WebApi.Controllers ...@@ -158,7 +158,7 @@ namespace EduSpider.WebApi.Controllers
courseRule.Id, courseRule.Id,
courseRule.Title, courseRule.Title,
courseRule.CourseId, courseRule.CourseId,
courseRule.CommentDetails CommentDetails=courseRule.CommentDetails.OrderBy(qitem=>qitem.StartNum).ToList()
}; };
} }
else else
...@@ -169,7 +169,7 @@ namespace EduSpider.WebApi.Controllers ...@@ -169,7 +169,7 @@ namespace EduSpider.WebApi.Controllers
Id = 0, Id = 0,
Title = "系统默认配置", Title = "系统默认配置",
query.CourseId, query.CourseId,
CommentDetails = sysList CommentDetails = sysList.OrderBy(qitem => qitem.StartNum).ToList()
}; };
} }
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