|
@@ -398,7 +398,7 @@ public interface StudentAttendanceDao extends BaseDAO<Long, StudentAttendance> {
|
|
|
|
|
|
Integer getStudentNumByStatus(@Param("courseScheduleId") Long courseScheduleId, @Param("status") StudentAttendanceStatusEnum studentAttendanceStatusEnum);
|
|
|
|
|
|
- int countStudentLeave(@Param("params") Map<String, Object> params);
|
|
|
+ int countStudentLeave(Map<String, Object> params);
|
|
|
|
|
|
- List<CourseHomeworkWrapper.StudentLeaveResult> queryStudentLeave(@Param("params") Map<String, Object> params);
|
|
|
+ List<CourseHomeworkWrapper.StudentLeaveResult> queryStudentLeave(Map<String, Object> params);
|
|
|
}
|