Commit 8c2fb775 authored by liudong1993's avatar liudong1993

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

parents f3bd1833 d35a1bc6
......@@ -1112,14 +1112,14 @@ namespace Edu.Module.Course
{
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>();
......
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