|
@@ -135,7 +135,7 @@ public interface ExamCaptureQueueRepo extends JpaRepository<ExamCaptureQueueEnti
|
|
|
|
|
|
@Transactional
|
|
|
@Modifying
|
|
|
- @Query(value = "update ec_oet_exam_capture_queue set error_num = 0 where error_num >= ?1 and creation_time <= ?2", nativeQuery = true)
|
|
|
- int resetExamCaptureQueueErrorNum(int maxErrorNum, String beforeCreationTime);
|
|
|
+ @Query(value = "update ec_oet_exam_capture_queue set error_num = 0 where error_num >= ?1", nativeQuery = true)
|
|
|
+ int resetExamCaptureQueueErrorNum(int maxErrorNum);
|
|
|
|
|
|
}
|