Commit c1db3777 authored by 黄奎's avatar 黄奎

页面下修改

parent 9577634e
......@@ -60,11 +60,12 @@ namespace EduSpider.WebApi.Controllers
item.TeacherName,
};
AllCourseList.Add(obj);
if (item.CourseStatus == 2)
if (item.CourseStatus == 2 || item.CourseStatus == 3)
{
FinishList.Add(obj);
}
else {
else
{
NotFinishList.Add(obj);
}
}
......
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