| 
					
				 | 
			
			
				@@ -620,7 +620,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             LEFT JOIN class_group_teacher_mapper cgtm ON cgsm.class_group_id_ = cgtm.class_group_id_ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         WHERE 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ( cg.del_flag_ IS NULL OR cg.del_flag_ = 0 ) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        AND cg.type_ IN ( 'NORMAL', 'HIGH' ) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        AND cg.type_ IN ( 'NORMAL') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         AND cgtm.teacher_role_ = 'BISHOP' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         AND cgsm.status_='NORMAL' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <if test="musicGroupId!=null and musicGroupId!=''"> 
			 |