| 
					
				 | 
			
			
				@@ -238,7 +238,9 @@ public class MusicGroupPaymentCalenderDetailServiceImpl extends BaseServiceImpl< 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		if(musicGroupPaymentCalender == null){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			throw new BizException("查询缴费信息失败"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		if(musicGroupPaymentCalender.getPaymentType() == MusicGroupPaymentCalender.PaymentType.MUSIC_APPLY){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			throw new BizException("操作失败:报名缴费项不允许添加学员"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		if (musicGroupPaymentCalender.getStatus() == PaymentCalenderStatusEnum.AUDITING 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				|| musicGroupPaymentCalender.getStatus() == PaymentCalenderStatusEnum.REJECT) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			throw new BizException("当前缴费状态不能添加学生"); 
			 |