|
@@ -178,6 +178,8 @@ public interface UserRepo extends JpaRepository<User, Long>, JpaSpecificationExe
|
|
|
|
|
|
|
|
List<User> findAllByCollectionIdAndCollectionInvitor(Long collectionId, Long collectionInvitor);
|
|
List<User> findAllByCollectionIdAndCollectionInvitor(Long collectionId, Long collectionInvitor);
|
|
|
|
|
|
|
|
|
|
+ List<User> findAllByCollectionIdAndCollectionInvitorAndSettleAccountIdIsNotNull(Long collectionId, Long collectionInvitor);
|
|
|
|
|
+
|
|
|
int countAllByCollectionIdAndCollectionInvitorAndSettleAccountIdIsNotNull(Long collectionId, Long collectionInvitor);
|
|
int countAllByCollectionIdAndCollectionInvitorAndSettleAccountIdIsNotNull(Long collectionId, Long collectionInvitor);
|
|
|
|
|
|
|
|
long countAllByDelFalse();
|
|
long countAllByDelFalse();
|