|
|
@@ -27,6 +27,6 @@ public interface TeacherAttendanceRecordMapper extends MPJBaseMapper<TeacherAtte
|
|
|
|
|
|
List<TeacherAttendanceRecord> getLeaveList(@Param("dto") WfTeacherleave dto);
|
|
|
|
|
|
- @Delete("delete from teacher_attendance_record where time_interval = #{timePeriod} and attendance_date = '#{attendanceDate}'")
|
|
|
+ @Delete("delete from teacher_attendance_record where time_interval = #{timePeriod} and attendance_date = #{attendanceDate}")
|
|
|
Boolean deleteRecord(@Param("timePeriod") Integer timePeriod, @Param("attendanceDate") String attendanceDate);
|
|
|
}
|