|
@@ -11,7 +11,7 @@ public interface ExamRepo extends JpaRepository<Exam, Long>,QueryByExampleExecut
|
|
|
|
|
|
List<Exam> findByOrgId(Long orgId);
|
|
List<Exam> findByOrgId(Long orgId);
|
|
|
|
|
|
- void deleteByIdIn(List<Long> ids);
|
|
|
|
|
|
+// void deleteByIdIn(List<Long> ids);
|
|
|
|
|
|
List<Exam> findByIdIn(List<Long> ids);
|
|
List<Exam> findByIdIn(List<Long> ids);
|
|
|
|
|