|  | @@ -503,7 +503,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
 | 
	
		
			
				|  |  |              imGroupMemberService.join(classGroup.getId().toString(), applyBaseInfo.getEducationalTeacherId(),EFriendRoleType.ORCHESTRA_MANAGER.getMsg(),false);
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        if (!vipGroup1.getStatus().equals(VipGroupStatusEnum.PROGRESS)) {
 | 
	
		
			
				|  |  | +        if (!vipGroup1.getStatus().equals(VipGroupStatusEnum.PROGRESS) && !upCourseFlag) {
 | 
	
		
			
				|  |  |              courseScheduleService.checkNewCourseSchedules(courseSchedules, false, false);
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          vipGroupDao.update(vipGroupApplyBaseInfoDto);
 |