|
@@ -105,7 +105,7 @@ public interface StudentDao extends com.ym.mec.common.dal.BaseDAO<Integer, Stude
|
|
|
@Param("nextMonday") String nextMonday,
|
|
|
@Param("studentIds") List<Integer> studentIds, @Param("tenantId") Integer tenantId);
|
|
|
|
|
|
- List<StudentServeCourseDto> getNoCourseBeServeStudentInfo(@Param("noCourseStudentIds") List<Integer> noCourseStudentIds, @Param("tenantId") Integer tenantId);
|
|
|
+ List<StudentServeCourseDto> getNoCourseBeServeStudentInfo(@Param("studentIds") List<Integer> noCourseStudentIds, @Param("tenantId") Integer tenantId);
|
|
|
|
|
|
|
|
|
List<StudentServeDto> getBeServiceStudentsInfoWithStudents(@Param("monday") String monday,
|