|  | @@ -1201,6 +1201,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	@Override
 | 
	
		
			
				|  |  | +	@Transactional(rollbackFor = Exception.class)
 | 
	
		
			
				|  |  |  	public void applyRefundForStudent(Long vipGroupId, Integer studentId, BigDecimal amount) {
 | 
	
		
			
				|  |  |  		if(Objects.isNull(vipGroupId)||Objects.isNull(studentId)){
 | 
	
		
			
				|  |  |  			throw new BizException("请指定小课与学生");
 | 
	
	
		
			
				|  | @@ -1266,6 +1267,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	@Override
 | 
	
		
			
				|  |  | +	@Transactional(rollbackFor = Exception.class)
 | 
	
		
			
				|  |  |  	public Map<String, BigDecimal> getStudentSurplusCourseFee(Long vipGroupId, Integer studentId) {
 | 
	
		
			
				|  |  |  		if(Objects.isNull(vipGroupId)||Objects.isNull(studentId)){
 | 
	
		
			
				|  |  |  			throw new BizException("请指定课程和学生");
 |