|  | @@ -473,7 +473,7 @@
 | 
	
		
			
				|  |  |  		LEFT JOIN class_group_student_mapper cgsm ON cg.id_ = cgsm.class_group_id_
 | 
	
		
			
				|  |  |  		LEFT JOIN music_group mg ON cg.music_group_id_=mg.id_
 | 
	
		
			
				|  |  |  		WHERE
 | 
	
		
			
				|  |  | -		cg.type_ IN ('HIGH_ONLINE')
 | 
	
		
			
				|  |  | +		cg.type_ IN ('HIGH', 'HIGH_ONLINE')
 | 
	
		
			
				|  |  |  		AND mg.status_ = 'PROGRESS' AND cg.del_flag_ = 0
 | 
	
		
			
				|  |  |  		<if test="organIds!=null and organIds.size()>0">
 | 
	
		
			
				|  |  |  			AND mg.organ_id_ IN
 |