|
@@ -778,15 +778,6 @@ public class StudentAttendanceServiceImpl extends BaseServiceImpl<Long, StudentA
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
- public StudentAttendance findByStatusAndCourseScheduleId(Long courseId, Integer userId) {
|
|
|
- return studentAttendanceDao.findByStatusAndCourseScheduleId(userId, courseId.intValue());
|
|
|
- }
|
|
|
-
|
|
|
- @Override
|
|
|
- public void cleanCourseStudentSignOut(Long courseId, Integer userId) {
|
|
|
- studentAttendanceDao.cleanCourseStudentSignOut(courseId, userId);
|
|
|
- }
|
|
|
|
|
|
@Override
|
|
|
public PageInfo<ExportStudentAttendanceDto> exportStudentAttendancesQueryPage(ExportStudentAttendanceQueryInfo queryInfo) {
|