|  | @@ -888,9 +888,6 @@ public class EduPracticeGroupServiceImpl implements EduPracticeGroupService{
 | 
	
		
			
				|  |  |                  weekNumApplyTimesMap.put(courseStartTime.getDayOfWeek().getValue(), applyTimeStrs);
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | -        if(weekNumApplyTimesMap.size()<=1){
 | 
	
		
			
				|  |  | -            weekNumApplyTimesMap=new HashMap<>();
 | 
	
		
			
				|  |  | -        }
 | 
	
		
			
				|  |  |          result.put("teacherFreeDays", weekNumApplyTimesMap);
 | 
	
		
			
				|  |  |          return result;
 | 
	
		
			
				|  |  |      }
 |