Commit 0fb4e265 authored by 黄奎's avatar 黄奎

页面修改

parent 7c42ad51
...@@ -1098,10 +1098,10 @@ namespace Edu.Module.Course ...@@ -1098,10 +1098,10 @@ namespace Edu.Module.Course
{ {
foreach (var item in courseList) foreach (var item in courseList)
{ {
//if (item.CourseId != 97) if (item.CourseId != 215)
//{ {
// continue; continue;
//} }
List<RB_Course_Chapter_ViewModel> result = new List<RB_Course_Chapter_ViewModel>(); List<RB_Course_Chapter_ViewModel> result = new List<RB_Course_Chapter_ViewModel>();
var chapterQuery = new RB_Course_Chapter_ViewModel() { CourseId = item.CourseId }; var chapterQuery = new RB_Course_Chapter_ViewModel() { CourseId = item.CourseId };
var sourceList = GetChapterListModule(chapterQuery); var sourceList = GetChapterListModule(chapterQuery);
......
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