Commit af94e626 authored by 黄奎's avatar 黄奎

页面修改

parent 71cc80dc
......@@ -81,7 +81,7 @@ namespace Edu.Module.Course
List<RB_Course_ViewModel> courseList = new List<RB_Course_ViewModel>();
if (courseIdList != null && courseIdList.Count > 0)
{
courseRepository.GetCourseListRepository(new RB_Course_ViewModel()
courseList= courseRepository.GetCourseListRepository(new RB_Course_ViewModel()
{
QCourseIds = string.Join(",", courseIdList)
});
......
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