|  | @@ -1448,7 +1448,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
 | 
	
		
			
				|  |  |  		if(!isOk){
 | 
	
		
			
				|  |  |  			if(CollectionUtils.isEmpty(statusOrdersMap.get(DealStatusEnum.ING))||(!CollectionUtils.isEmpty(statusOrdersMap.get(DealStatusEnum.ING))&&statusOrdersMap.get(DealStatusEnum.ING).size()<=1)){
 | 
	
		
			
				|  |  |  				updateVipGroupStudentNumAndStatus(vipGroupId,classGroup,-1,false);
 | 
	
		
			
				|  |  | -				classGroupStudentMapperDao.deleteStudentByMusicGroupId(vipGroupId.toString(),userId);
 | 
	
		
			
				|  |  | +				classGroupStudentMapperDao.deleteClassGroupStudent(classGroup.getId().longValue(),userId);
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  			if (studentPaymentOrder.getBalancePaymentAmount() != null && studentPaymentOrder.getBalancePaymentAmount().doubleValue() > 0) {
 | 
	
		
			
				|  |  |  				sysUserCashAccountService.updateBalance(userId, studentPaymentOrder.getBalancePaymentAmount(), PlatformCashAccountDetailTypeEnum.REFUNDS,
 |