|  | @@ -700,6 +700,8 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
 | 
	
		
			
				|  |  |          studentRegistrationDao.deleteClassGroup(classGroupId);
 | 
	
		
			
				|  |  |          //删除班级跟合奏班关系
 | 
	
		
			
				|  |  |          classGroupRelationDao.deleteBySubClassId(classGroupId);
 | 
	
		
			
				|  |  | +        //删除班级未开始课程
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |          //删除班级
 | 
	
		
			
				|  |  |          classGroupDao.delete(classGroupId);
 | 
	
		
			
				|  |  |          //删除im群组
 | 
	
	
		
			
				|  | @@ -1513,12 +1515,6 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              now = now.plusDays(1);
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | -        //加入合奏班
 | 
	
		
			
				|  |  | -        ClassGroupRelation classGroupRelation = new ClassGroupRelation();
 | 
	
		
			
				|  |  | -        classGroupRelation.setClassGroupId(classGroup4MixDto.getMixClassGroupId());
 | 
	
		
			
				|  |  | -        classGroupRelation.setSubClassGroupId(classGroup.getId());
 | 
	
		
			
				|  |  | -        classGroupRelation.setCreateTime(date);
 | 
	
		
			
				|  |  | -        classGroupRelationService.insert(classGroupRelation);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          //老师结算表
 | 
	
		
			
				|  |  |          courseScheduleTeacherSalaryService.batchInsert(courseScheduleTeacherSalaryList);
 |