|
@@ -379,6 +379,8 @@ public interface MusicGroupDao extends BaseDAO<String, MusicGroup> {
|
|
|
|
|
|
List<String> getNoClassStudentMusicGroupIds(@Param("organIds") List<Integer> organIds);
|
|
List<String> getNoClassStudentMusicGroupIds(@Param("organIds") List<Integer> organIds);
|
|
|
|
|
|
|
|
+ CooperationOrgan findCooperationOrganEduTeacher(@Param("id") Integer id);
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 获取乐团合作单位进行中 、暂停、关闭 的乐团
|
|
* 获取乐团合作单位进行中 、暂停、关闭 的乐团
|
|
* @param cooperationOrganId
|
|
* @param cooperationOrganId
|
|
@@ -386,6 +388,4 @@ public interface MusicGroupDao extends BaseDAO<String, MusicGroup> {
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
Integer getCooperationMusicGroupNum(@Param("cooperationOrganId") Integer cooperationOrganId, @Param("musicGroupId") String musicGroupId);
|
|
Integer getCooperationMusicGroupNum(@Param("cooperationOrganId") Integer cooperationOrganId, @Param("musicGroupId") String musicGroupId);
|
|
-
|
|
|
|
- CooperationOrgan findCooperationOrganEduTeacher(@Param("id") Integer id);
|
|
|
|
}
|
|
}
|