| 
					
				 | 
			
			
				@@ -3272,7 +3272,7 @@ public class PracticeGroupServiceImpl extends BaseServiceImpl<Long, PracticeGrou 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         Date courseExpiredSundayDate = Date.from(courseExpiredSunday.atStartOfDay(DateUtil.zoneId).toInstant()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         practiceGroupBuyParams.setName(subject.getName() + "•" + sysUser.getUsername()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        List<CourseSchedule> practiceCourses = createPracticeCourses(practiceGroupBuyParams, practiceCourseMinutes); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        List<CourseSchedule> practiceCourses = new ArrayList<>(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         Student student = studentDao.get(practiceGroupBuyParams.getStudentId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         List<PracticeGroup> userStatusPracticeGroups = practiceGroupDao.findUserStatusPracticeGroups(practiceGroupBuyParams.getStudentId(), null, PracticeGroupType.COME_ON_PACKAGE); 
			 |