Commit d35a1bc6 authored by 黄奎's avatar 黄奎

页面修改

parent 703f4246
...@@ -1112,14 +1112,14 @@ namespace Edu.Module.Course ...@@ -1112,14 +1112,14 @@ namespace Edu.Module.Course
{ {
foreach (var item in courseList) foreach (var item in courseList)
{ {
//item.CourseId == 285||
//if ( item.CourseId == 285) //if (item.CourseId == 285 || item.CourseId == 215 )
//{ //{
// continue;
//} //}
//else //else
//{ //{
// 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>();
......
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