|  | @@ -2498,7 +2498,11 @@ public class PracticeGroupServiceImpl extends BaseServiceImpl<Long, PracticeGrou
 | 
	
		
			
				|  |  |                          iterator.remove();
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  | -                weekNumApplyTimesMap.put(weekNum,applyTimeStrs);
 | 
	
		
			
				|  |  | +                if(CollectionUtils.isEmpty(applyTimeStrs)){
 | 
	
		
			
				|  |  | +                    weekNumApplyTimeIterator.remove();
 | 
	
		
			
				|  |  | +                }else{
 | 
	
		
			
				|  |  | +                    weekNumApplyTimesMap.put(weekNum,applyTimeStrs);
 | 
	
		
			
				|  |  | +                }
 | 
	
		
			
				|  |  |              }else{
 | 
	
		
			
				|  |  |                  weekNumApplyTimeIterator.remove();
 | 
	
		
			
				|  |  |              }
 |