|
@@ -571,7 +571,8 @@ public interface CourseScheduleStudentPaymentDao extends BaseDAO<Long, CourseSch
|
|
|
|
|
|
List<BaseNameDto> queryLastOverTeacher(@Param("studentIds") List<Integer> studentIds, @Param("groupType") String groupType);
|
|
|
|
|
|
- List<Mapper> queryUserMusicGroupCourseNumByClassTime(@Param("groupType") GroupType groupType, @Param("musicGroupIds") Set<String> musicGroupIds,
|
|
|
+ List<Mapper> queryUserMusicGroupCourseNumByClassTime(@Param("groupType") GroupType groupType, @Param("musicGroupIds") Set<String> musicGroupIds,
|
|
|
+ @Param("userId") Integer userId, @Param("startDate") Date startDate, @Param("endDate") Date endDate);
|
|
|
|
|
|
Boolean hasStudentMusicTheoryCourseInfo(@Param("organId") String organId, @Param("tenantId") Integer tenantId, @Param("groupType") String groupType);
|
|
|
|