|
@@ -25,7 +25,7 @@ public interface ExamCaptureRepo extends JpaRepository<ExamCaptureEntity, Long>,
|
|
|
* @return
|
|
|
*/
|
|
|
@Transactional(propagation = Propagation.REQUIRES_NEW)
|
|
|
- public List<ExamCaptureEntity> findByExamRecordDataId(Long examRecordDataId);
|
|
|
+ List<ExamCaptureEntity> findByExamRecordDataId(Long examRecordDataId);
|
|
|
|
|
|
- public ExamCaptureEntity findByExamRecordDataIdAndFileName(Long examRecordDataId, String fileName);
|
|
|
+ ExamCaptureEntity findByExamRecordDataIdAndFileName(Long examRecordDataId, String fileName);
|
|
|
}
|