@@ -66,6 +66,8 @@ public interface ExamCaptureQueueRepo extends JpaRepository<ExamCaptureQueueEnti
List<ExamCaptureQueueEntity> findByExamRecordDataId(Long examRecordDataId);
+ int countByExamRecordDataId(Long examRecordDataId);
+
/**
* 是否存在未处理的图片抓拍队列(处理完成的队列数据都会清理掉)
*