| 
					
				 | 
			
			
				@@ -183,7 +183,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         cg.im_group_id_  as imGroupId, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         cg.course_plan_ as coursePlan, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         su.username_ as teacherName, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        su.phone_ as phone 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        su.phone_ as phone, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        cg.teacher_id_ as teacherId 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         from course_group cg 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         left join sys_user su on su.id_ = cg. teacher_id_ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <if test="param.studentId != null"> 
			 |