@@ -17,7 +17,7 @@ public interface ExamRepo
QueryByExampleExecutor<Exam>,
JpaSpecificationExecutor<Exam> {
- List<Exam> findByOrgId(Long orgId);
+ List<Exam> findByRootOrgId(Long rootOrgId);
List<Exam> findByIdIn(List<Long> ids);