| 
					
				 | 
			
			
				@@ -5077,6 +5077,7 @@ public class PracticeGroupServiceImpl extends BaseServiceImpl<Long, PracticeGrou 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             throw new BizException("未找到此课程"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         VipGroupPayInfoDto vipGroupPayInfo = new VipGroupPayInfoDto(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        vipGroupPayInfo.setTenantId(practiceGroup.getTenantId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         vipGroupPayInfo.setVipGroupId(practiceGroupId.intValue()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         vipGroupPayInfo.setViipGroupName(practiceGroup.getName()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         vipGroupPayInfo.setPrice(practiceGroup.getTotalPrice()); 
			 |