|
@@ -23,6 +23,8 @@ public interface PrivilegeRepo
|
|
|
|
|
|
List<PrivilegeEntity> findAllByGroupIdOrderByWeightDesc(Long groupId);
|
|
List<PrivilegeEntity> findAllByGroupIdOrderByWeightDesc(Long groupId);
|
|
|
|
|
|
|
|
+ List<PrivilegeEntity> findAllByGroupId(Long groupId);
|
|
|
|
+
|
|
List<PrivilegeEntity> findAllByParentId(Long parentId);
|
|
List<PrivilegeEntity> findAllByParentId(Long parentId);
|
|
|
|
|
|
List<PrivilegeEntity> findAllByIdIn(List<Long> idList);
|
|
List<PrivilegeEntity> findAllByIdIn(List<Long> idList);
|