|  | @@ -288,7 +288,7 @@ public class MusicGroupController extends BaseController {
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |          String err = studentRegistrationService.checkRegOrPayStatus(studentRegistration.getMusicGroupId());
 |  |          String err = studentRegistrationService.checkRegOrPayStatus(studentRegistration.getMusicGroupId());
 | 
											
												
													
														|  |          if(err !=null){
 |  |          if(err !=null){
 | 
											
												
													
														|  | -            return failed(err+"不能缴费");
 |  | 
 | 
											
												
													
														|  | 
 |  | +            return failed(err+"不可缴费,请联系教务老师");
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |          Integer userId = studentRegistration.getUserId();
 |  |          Integer userId = studentRegistration.getUserId();
 | 
											
										
											
												
													
														|  | @@ -321,7 +321,7 @@ public class MusicGroupController extends BaseController {
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |          String err = studentRegistrationService.checkRegOrPayStatus(studentRegistration.getMusicGroupId());
 |  |          String err = studentRegistrationService.checkRegOrPayStatus(studentRegistration.getMusicGroupId());
 | 
											
												
													
														|  |          if(err !=null){
 |  |          if(err !=null){
 | 
											
												
													
														|  | -            return failed(err+"不能缴费");
 |  | 
 | 
											
												
													
														|  | 
 |  | +            return failed(err+"不可缴费,请联系教务老师");
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |          Integer userId = studentRegistration.getUserId();
 |  |          Integer userId = studentRegistration.getUserId();
 | 
											
												
													
														|  |          StudentPaymentOrder ApplyOrder = studentPaymentOrderService.findMusicGroupApplyOrderByStatus(userId, studentRegistration.getMusicGroupId(), DealStatusEnum.SUCCESS);
 |  |          StudentPaymentOrder ApplyOrder = studentPaymentOrderService.findMusicGroupApplyOrderByStatus(userId, studentRegistration.getMusicGroupId(), DealStatusEnum.SUCCESS);
 |