|
@@ -1240,6 +1240,13 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
|
+ //加入合奏班
|
|
|
+ ClassGroupRelation classGroupRelation = new ClassGroupRelation();
|
|
|
+ classGroupRelation.setClassGroupId(classGroup4MixDto.getMixClassGroupId());
|
|
|
+ classGroupRelation.setSubClassGroupId(classGroup.getId());
|
|
|
+ classGroupRelation.setCreateTime(date);
|
|
|
+ classGroupRelationService.insert(classGroupRelation);
|
|
|
+
|
|
|
//老师结算表
|
|
|
courseScheduleTeacherSalaryDao.batchInsert(courseScheduleTeacherSalaryList);
|
|
|
|