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