| 
					
				 | 
			
			
				@@ -669,7 +669,7 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             e.setIsApply(isApplyMap.get(e.getMusicId())); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if(ClassGroupTypeEnum.PRACTICE == e.getType()){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 e.setStudentNames(practiceStuNames.get(e.getPracticeId())); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                e.setPracticeRenewUrl(practiceRenewUrlConfig.getParanValue()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                e.setPracticeRenewUrl(practiceRenewUrlConfig.getParanValue() + e.getPracticeId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if(reportMap.containsKey(e.getClassGroupId())){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     e.setHasReport(true); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     String baseUrl = sysConfigDao.findConfigValue(SysConfigService.BASE_API_URL); 
			 |