|  | @@ -39,7 +39,7 @@ public interface ClassGroupDao extends BaseDAO<Integer, ClassGroup> {
 | 
											
												
													
														|  |       * @params [musicGroupId]
 |  |       * @params [musicGroupId]
 | 
											
												
													
														|  |       * @describe 获取所有班级
 |  |       * @describe 获取所有班级
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
												
													
														|  | -    List<ClassGroup> findAllClassGroupByMusicGroup(@Param("musicGroupId") String musicGroupId,@Param("classGroupType") String classGroupType);
 |  | 
 | 
											
												
													
														|  | 
 |  | +    List<ClassGroup> findAllClassGroupByMusicGroup(@Param("musicGroupId") String musicGroupId, @Param("classGroupType") String classGroupType);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  |       * 根据合奏班ID查询该合奏班下的子班级
 |  |       * 根据合奏班ID查询该合奏班下的子班级
 | 
											
										
											
												
													
														|  | @@ -74,11 +74,11 @@ public interface ClassGroupDao extends BaseDAO<Integer, ClassGroup> {
 | 
											
												
													
														|  |      List<ClassGroup> findClassGroupByIds(@Param("ids") String ids);
 |  |      List<ClassGroup> findClassGroupByIds(@Param("ids") String ids);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  | 
 |  | +     * @param classGroupIds: 班级编号列表
 | 
											
												
													
														|  | 
 |  | +     * @return java.util.List<com.ym.mec.biz.dal.entity.ClassGroup>
 | 
											
												
													
														|  |       * @describe 获取班级列表
 |  |       * @describe 获取班级列表
 | 
											
												
													
														|  |       * @author Joburgess
 |  |       * @author Joburgess
 | 
											
												
													
														|  |       * @date 2020/2/20
 |  |       * @date 2020/2/20
 | 
											
												
													
														|  | -     * @param classGroupIds: 班级编号列表
 |  | 
 | 
											
												
													
														|  | -     * @return java.util.List<com.ym.mec.biz.dal.entity.ClassGroup>
 |  | 
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
												
													
														|  |      List<ClassGroup> findClassGroupWithIds(@Param("classGroupIds") List<Integer> classGroupIds);
 |  |      List<ClassGroup> findClassGroupWithIds(@Param("classGroupIds") List<Integer> classGroupIds);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
										
											
												
													
														|  | @@ -149,7 +149,7 @@ public interface ClassGroupDao extends BaseDAO<Integer, ClassGroup> {
 | 
											
												
													
														|  |       * @param vipIds
 |  |       * @param vipIds
 | 
											
												
													
														|  |       * @return
 |  |       * @return
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
												
													
														|  | -    List<Map<String, String>> findVipStuNames(@Param("vipIds") String vipIds,@Param("groupType") String groupType);
 |  | 
 | 
											
												
													
														|  | 
 |  | +    List<Map<String, String>> findVipStuNames(@Param("vipIds") String vipIds, @Param("groupType") String groupType);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  |       * 获取班级下的学员列表
 |  |       * 获取班级下的学员列表
 | 
											
										
											
												
													
														|  | @@ -506,11 +506,11 @@ public interface ClassGroupDao extends BaseDAO<Integer, ClassGroup> {
 | 
											
												
													
														|  |      int batchUpdateClassGroupCourseTimes(@Param("classGroupCourseTimes") Map<Integer, Integer> classGroupCourseTimes);
 |  |      int batchUpdateClassGroupCourseTimes(@Param("classGroupCourseTimes") Map<Integer, Integer> classGroupCourseTimes);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  | 
 |  | +     * @param classGroups:
 | 
											
												
													
														|  | 
 |  | +     * @return int
 | 
											
												
													
														|  |       * @describe
 |  |       * @describe
 | 
											
												
													
														|  |       * @author Joburgess
 |  |       * @author Joburgess
 | 
											
												
													
														|  |       * @date 2020/2/20
 |  |       * @date 2020/2/20
 | 
											
												
													
														|  | -     * @param classGroups:
 |  | 
 | 
											
												
													
														|  | -     * @return int
 |  | 
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
												
													
														|  |      int batchUpdate(@Param("classGroups") List<ClassGroup> classGroups);
 |  |      int batchUpdate(@Param("classGroups") List<ClassGroup> classGroups);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
										
											
												
													
														|  | @@ -524,23 +524,23 @@ public interface ClassGroupDao extends BaseDAO<Integer, ClassGroup> {
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  | 
 |  | +     * @param musicGroupId: 编号
 | 
											
												
													
														|  | 
 |  | +     * @param groupType:    类型
 | 
											
												
													
														|  | 
 |  | +     * @return com.ym.mec.biz.dal.entity.ClassGroup
 | 
											
												
													
														|  |       * @describe 根据乐团编号和类型获取班级
 |  |       * @describe 根据乐团编号和类型获取班级
 | 
											
												
													
														|  |       * @author Joburgess
 |  |       * @author Joburgess
 | 
											
												
													
														|  |       * @date 2019/11/17
 |  |       * @date 2019/11/17
 | 
											
												
													
														|  | -     * @param musicGroupId: 编号
 |  | 
 | 
											
												
													
														|  | -     * @param groupType: 类型
 |  | 
 | 
											
												
													
														|  | -     * @return com.ym.mec.biz.dal.entity.ClassGroup
 |  | 
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
												
													
														|  |      ClassGroup findByMusicGroupAndType(@Param("musicGroupId") String musicGroupId,
 |  |      ClassGroup findByMusicGroupAndType(@Param("musicGroupId") String musicGroupId,
 | 
											
												
													
														|  |                                         @Param("groupType") String groupType);
 |  |                                         @Param("groupType") String groupType);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  | 
 |  | +     * @param musicGroupId: 编号
 | 
											
												
													
														|  | 
 |  | +     * @param groupType:    类型
 | 
											
												
													
														|  | 
 |  | +     * @return com.ym.mec.biz.dal.entity.ClassGroup
 | 
											
												
													
														|  |       * @describe 根据乐团编号和类型获取班级
 |  |       * @describe 根据乐团编号和类型获取班级
 | 
											
												
													
														|  |       * @author Joburgess
 |  |       * @author Joburgess
 | 
											
												
													
														|  |       * @date 2019/11/17
 |  |       * @date 2019/11/17
 | 
											
												
													
														|  | -     * @param musicGroupId: 编号
 |  | 
 | 
											
												
													
														|  | -     * @param groupType: 类型
 |  | 
 | 
											
												
													
														|  | -     * @return com.ym.mec.biz.dal.entity.ClassGroup
 |  | 
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
												
													
														|  |      ClassGroup lockByMusicGroupAndType(@Param("musicGroupId") String musicGroupId,
 |  |      ClassGroup lockByMusicGroupAndType(@Param("musicGroupId") String musicGroupId,
 | 
											
												
													
														|  |                                         @Param("groupType") String groupType);
 |  |                                         @Param("groupType") String groupType);
 | 
											
										
											
												
													
														|  | @@ -566,33 +566,33 @@ public interface ClassGroupDao extends BaseDAO<Integer, ClassGroup> {
 | 
											
												
													
														|  |      List<ClassGroupTeachersDto> findClassGroupByType(@Param("musicGroupId") String musicGroupId, @Param("type") ClassGroupTypeEnum type);
 |  |      List<ClassGroupTeachersDto> findClassGroupByType(@Param("musicGroupId") String musicGroupId, @Param("type") ClassGroupTypeEnum type);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  | 
 |  | +     * @param groupIds:  乐团或vip课编号
 | 
											
												
													
														|  | 
 |  | +     * @param groupType: 类型
 | 
											
												
													
														|  | 
 |  | +     * @return java.util.List<java.util.Map < java.lang.String, java.lang.Integer>>
 | 
											
												
													
														|  |       * @describe 统计指定乐团或vip课的总课次
 |  |       * @describe 统计指定乐团或vip课的总课次
 | 
											
												
													
														|  |       * @author Joburgess
 |  |       * @author Joburgess
 | 
											
												
													
														|  |       * @date 2019/11/21
 |  |       * @date 2019/11/21
 | 
											
												
													
														|  | -     * @param groupIds: 乐团或vip课编号
 |  | 
 | 
											
												
													
														|  | -     * @param groupType: 类型
 |  | 
 | 
											
												
													
														|  | -     * @return java.util.List<java.util.Map<java.lang.String,java.lang.Integer>>
 |  | 
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
												
													
														|  | -    List<Map<String,Integer>> countGroupTotalClassTimes(@Param("groupIds") List<String> groupIds,
 |  | 
 | 
											
												
													
														|  | -                                                        @Param("groupType") String groupType);
 |  | 
 | 
											
												
													
														|  | 
 |  | +    List<Map<String, Integer>> countGroupTotalClassTimes(@Param("groupIds") List<String> groupIds,
 | 
											
												
													
														|  | 
 |  | +                                                         @Param("groupType") String groupType);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  | 
 |  | +     * @param groupIds:  乐团或vip课编号
 | 
											
												
													
														|  | 
 |  | +     * @param groupType: 类型
 | 
											
												
													
														|  | 
 |  | +     * @return java.util.List<java.util.Map < java.lang.String, java.lang.Integer>>
 | 
											
												
													
														|  |       * @describe 统计指定乐团或vip课的已上课次
 |  |       * @describe 统计指定乐团或vip课的已上课次
 | 
											
												
													
														|  |       * @author Joburgess
 |  |       * @author Joburgess
 | 
											
												
													
														|  |       * @date 2019/11/21
 |  |       * @date 2019/11/21
 | 
											
												
													
														|  | -     * @param groupIds: 乐团或vip课编号
 |  | 
 | 
											
												
													
														|  | -     * @param groupType: 类型
 |  | 
 | 
											
												
													
														|  | -     * @return java.util.List<java.util.Map<java.lang.String,java.lang.Integer>>
 |  | 
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
												
													
														|  | -    List<Map<String,Integer>> countGroupOverClassTimes(@Param("groupIds") List<String> groupIds,
 |  | 
 | 
											
												
													
														|  | 
 |  | +    List<Map<String, Integer>> countGroupOverClassTimes(@Param("groupIds") List<String> groupIds,
 | 
											
												
													
														|  |                                                          @Param("groupType") String groupType);
 |  |                                                          @Param("groupType") String groupType);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  | 
 |  | +     * @param classGroupIds: 班级编号列表
 | 
											
												
													
														|  | 
 |  | +     * @return java.util.List<com.ym.mec.biz.dal.entity.ClassGroup>
 | 
											
												
													
														|  |       * @describe 获取班级列表
 |  |       * @describe 获取班级列表
 | 
											
												
													
														|  |       * @author Joburgess
 |  |       * @author Joburgess
 | 
											
												
													
														|  |       * @date 2019/11/21
 |  |       * @date 2019/11/21
 | 
											
												
													
														|  | -     * @param classGroupIds: 班级编号列表
 |  | 
 | 
											
												
													
														|  | -     * @return java.util.List<com.ym.mec.biz.dal.entity.ClassGroup>
 |  | 
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
												
													
														|  |      List<ClassGroup> findByClassGroupIds(@Param("classGroupIds") List<Integer> classGroupIds);
 |  |      List<ClassGroup> findByClassGroupIds(@Param("classGroupIds") List<Integer> classGroupIds);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
										
											
												
													
														|  | @@ -604,6 +604,7 @@ public interface ClassGroupDao extends BaseDAO<Integer, ClassGroup> {
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  |       * 批量更新班级学生数减一
 |  |       * 批量更新班级学生数减一
 | 
											
												
													
														|  | 
 |  | +     *
 | 
											
												
													
														|  |       * @param classGroupIdList
 |  |       * @param classGroupIdList
 | 
											
												
													
														|  |       * @return
 |  |       * @return
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
										
											
												
													
														|  | @@ -612,46 +613,48 @@ public interface ClassGroupDao extends BaseDAO<Integer, ClassGroup> {
 | 
											
												
													
														|  |      int updateTest(@Param("delFlag") YesOrNoEnum delFlag);
 |  |      int updateTest(@Param("delFlag") YesOrNoEnum delFlag);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  | 
 |  | +     * @param groupId:   乐团编号
 | 
											
												
													
														|  | 
 |  | +     * @param groupType: 乐团类型
 | 
											
												
													
														|  | 
 |  | +     * @return com.ym.mec.biz.dal.entity.ClassGroup
 | 
											
												
													
														|  |       * @describe 根据乐团编号和类型获取班级
 |  |       * @describe 根据乐团编号和类型获取班级
 | 
											
												
													
														|  |       * @author Joburgess
 |  |       * @author Joburgess
 | 
											
												
													
														|  |       * @date 2019/12/11
 |  |       * @date 2019/12/11
 | 
											
												
													
														|  | -     * @param groupId: 乐团编号
 |  | 
 | 
											
												
													
														|  | -     * @param groupType: 乐团类型
 |  | 
 | 
											
												
													
														|  | -     * @return com.ym.mec.biz.dal.entity.ClassGroup
 |  | 
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
												
													
														|  |      ClassGroup findByGroupAndType(@Param("groupId") String groupId,
 |  |      ClassGroup findByGroupAndType(@Param("groupId") String groupId,
 | 
											
												
													
														|  |                                    @Param("groupType") String groupType);
 |  |                                    @Param("groupType") String groupType);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  | 
 |  | +     * @param params: 查询条件
 | 
											
												
													
														|  | 
 |  | +     * @return java.util.List<com.ym.mec.biz.dal.dto.SuperClassGroupDtio>
 | 
											
												
													
														|  |       * @describe 终极班级查询
 |  |       * @describe 终极班级查询
 | 
											
												
													
														|  |       * @author Joburgess
 |  |       * @author Joburgess
 | 
											
												
													
														|  |       * @date 2019/12/30
 |  |       * @date 2019/12/30
 | 
											
												
													
														|  | -     * @param params: 查询条件
 |  | 
 | 
											
												
													
														|  | -     * @return java.util.List<com.ym.mec.biz.dal.dto.SuperClassGroupDtio>
 |  | 
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
												
													
														|  |      List<SuperClassGroupDto> superFindClassGroups(Map<String, Object> params);
 |  |      List<SuperClassGroupDto> superFindClassGroups(Map<String, Object> params);
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |      int superCountClassGroups(Map<String, Object> params);
 |  |      int superCountClassGroups(Map<String, Object> params);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  | 
 |  | +     * @param search:
 | 
											
												
													
														|  | 
 |  | +     * @return java.util.List<java.lang.Integer>
 | 
											
												
													
														|  |       * @describe 根据关键字查询学生相关的班级编号
 |  |       * @describe 根据关键字查询学生相关的班级编号
 | 
											
												
													
														|  |       * @author Joburgess
 |  |       * @author Joburgess
 | 
											
												
													
														|  |       * @date 2019/12/31
 |  |       * @date 2019/12/31
 | 
											
												
													
														|  | -     * @param search:
 |  | 
 | 
											
												
													
														|  | -     * @return java.util.List<java.lang.Integer>
 |  | 
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
												
													
														|  |      List<Integer> findClassGroupIdsByStudent(@Param("search") String search);
 |  |      List<Integer> findClassGroupIdsByStudent(@Param("search") String search);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  | 
 |  | +     * @param search:
 | 
											
												
													
														|  | 
 |  | +     * @return java.util.List<java.lang.Integer>
 | 
											
												
													
														|  |       * @describe 根据关键字查询教师相关的班级编号
 |  |       * @describe 根据关键字查询教师相关的班级编号
 | 
											
												
													
														|  |       * @author Joburgess
 |  |       * @author Joburgess
 | 
											
												
													
														|  |       * @date 2019/12/31
 |  |       * @date 2019/12/31
 | 
											
												
													
														|  | -     * @param search:
 |  | 
 | 
											
												
													
														|  | -     * @return java.util.List<java.lang.Integer>
 |  | 
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
												
													
														|  |      List<Integer> findClassGroupIdsByTeacher(@Param("search") String search);
 |  |      List<Integer> findClassGroupIdsByTeacher(@Param("search") String search);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  |       * 获取基础技能版数量
 |  |       * 获取基础技能版数量
 | 
											
												
													
														|  | 
 |  | +     *
 | 
											
												
													
														|  |       * @param musicGroupId
 |  |       * @param musicGroupId
 | 
											
												
													
														|  |       * @return
 |  |       * @return
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
										
											
												
													
														|  | @@ -659,35 +662,37 @@ public interface ClassGroupDao extends BaseDAO<Integer, ClassGroup> {
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  |       * 获取对应班级的声部名称列表
 |  |       * 获取对应班级的声部名称列表
 | 
											
												
													
														|  | 
 |  | +     *
 | 
											
												
													
														|  |       * @param courseScheduleIds
 |  |       * @param courseScheduleIds
 | 
											
												
													
														|  |       * @return
 |  |       * @return
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
												
													
														|  |      List<Map<Integer, String>> findClassGroupSubjectNameMaps(@Param("courseScheduleIds") List<Long> courseScheduleIds);
 |  |      List<Map<Integer, String>> findClassGroupSubjectNameMaps(@Param("courseScheduleIds") List<Long> courseScheduleIds);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  | -     * @describe 根据团体删除班级
 |  | 
 | 
											
												
													
														|  | -     * @author Joburgess
 |  | 
 | 
											
												
													
														|  | -     * @date 2020/2/17
 |  | 
 | 
											
												
													
														|  |       * @param groupId:
 |  |       * @param groupId:
 | 
											
												
													
														|  |       * @param groupType:
 |  |       * @param groupType:
 | 
											
												
													
														|  |       * @return int
 |  |       * @return int
 | 
											
												
													
														|  | 
 |  | +     * @describe 根据团体删除班级
 | 
											
												
													
														|  | 
 |  | +     * @author Joburgess
 | 
											
												
													
														|  | 
 |  | +     * @date 2020/2/17
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
												
													
														|  |      int deleteByGroup(@Param("groupId") String groupId,
 |  |      int deleteByGroup(@Param("groupId") String groupId,
 | 
											
												
													
														|  | -                      @Param("groupType")GroupType groupType);
 |  | 
 | 
											
												
													
														|  | 
 |  | +                      @Param("groupType") GroupType groupType);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  | -     * @describe 根据团体删除班级-逻辑删除
 |  | 
 | 
											
												
													
														|  | -     * @author Joburgess
 |  | 
 | 
											
												
													
														|  | -     * @date 2020/3/4
 |  | 
 | 
											
												
													
														|  |       * @param groupId:
 |  |       * @param groupId:
 | 
											
												
													
														|  |       * @param groupType:
 |  |       * @param groupType:
 | 
											
												
													
														|  |       * @return int
 |  |       * @return int
 | 
											
												
													
														|  | 
 |  | +     * @describe 根据团体删除班级-逻辑删除
 | 
											
												
													
														|  | 
 |  | +     * @author Joburgess
 | 
											
												
													
														|  | 
 |  | +     * @date 2020/3/4
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
												
													
														|  |      int deleteByGroupWithLogic(@Param("groupId") String groupId,
 |  |      int deleteByGroupWithLogic(@Param("groupId") String groupId,
 | 
											
												
													
														|  |                                 @Param("groupType") GroupType groupType);
 |  |                                 @Param("groupType") GroupType groupType);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  |       * 获取vip所有班级列表
 |  |       * 获取vip所有班级列表
 | 
											
												
													
														|  | 
 |  | +     *
 | 
											
												
													
														|  |       * @param vipGroupIds
 |  |       * @param vipGroupIds
 | 
											
												
													
														|  |       * @return
 |  |       * @return
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
										
											
												
													
														|  | @@ -695,8 +700,18 @@ public interface ClassGroupDao extends BaseDAO<Integer, ClassGroup> {
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  |       * 根据群编号,修改群名称
 |  |       * 根据群编号,修改群名称
 | 
											
												
													
														|  | 
 |  | +     *
 | 
											
												
													
														|  |       * @param groupId
 |  |       * @param groupId
 | 
											
												
													
														|  |       * @param groupName
 |  |       * @param groupName
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
												
													
														|  |      void updateGroupName(@Param("groupId") Integer groupId, @Param("groupName") String groupName);
 |  |      void updateGroupName(@Param("groupId") Integer groupId, @Param("groupName") String groupName);
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +    /**
 | 
											
												
													
														|  | 
 |  | +     * 获取进行中乐团报名中基础技能班
 | 
											
												
													
														|  | 
 |  | +     * @param musicGroupId
 | 
											
												
													
														|  | 
 |  | +     * @param subjectId
 | 
											
												
													
														|  | 
 |  | +     * @param type
 | 
											
												
													
														|  | 
 |  | +     * @return
 | 
											
												
													
														|  | 
 |  | +     */
 | 
											
												
													
														|  | 
 |  | +    List<HighClassGroupDto> findHighClassGroupByTypeAndSubjectId(@Param("musicGroupId") String musicGroupId, @Param("subjectId") Integer subjectId, @Param("type") String type);
 | 
											
												
													
														|  |  }
 |  |  }
 |