|  | @@ -149,7 +149,7 @@ public class LiveCourseFragment extends BaseMVPFragment<FragmentLiveCourseLayout
 | 
	
		
			
				|  |  |              LiveCourseListBean.RowsBean item = (LiveCourseListBean.RowsBean) adapter.getItem(position);
 | 
	
		
			
				|  |  |              ARouter.getInstance()
 | 
	
		
			
				|  |  |                      .build(RouterPath.WebCenter.ACTIVITY_HTML)
 | 
	
		
			
				|  |  | -                    .withString(WebConstants.WEB_URL, WebConstants.TEACHER_LIVE_DETAIL + "?groupId=" + item.courseGroupId)
 | 
	
		
			
				|  |  | +                    .withString(WebConstants.WEB_URL, WebConstants.TEACHER_LIVE_DETAIL + "?groupId=" + item.courseGroupId+ "&classId=" + item.courseId)
 | 
	
		
			
				|  |  |                      .navigation();
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |          buildDefaultCourseStatusFilterList();
 |