Commit db393ca0 authored by 黄奎's avatar 黄奎

页面修改

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