|
@@ -98,6 +98,7 @@ public interface StudentDao extends com.ym.mec.common.dal.BaseDAO<Integer, Stude
|
|
|
List<StudentServeCourseDto> getServeStudentCourseStartTimes(@Param("monday") String monday);
|
|
|
|
|
|
List<StudentServeCourseDto> getStudentFutureCourseInfo(@Param("monday") String monday,
|
|
|
+ @Param("nextMonday") String nextMonday,
|
|
|
@Param("studentIds") List<Integer> studentIds);
|
|
|
|
|
|
/**
|