특정 유저 푸시 적용

This commit is contained in:
Klaus 2023-08-09 10:29:08 +09:00
parent b331e6e152
commit 2548c92aa1
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ class MemberQueryRepositoryImpl(
): Map<String, List<List<String>>> {
var where = member.isActive.isTrue
.and(member.email.notIn("admin@sodalive.net"))
.and(member.id.`in`(*recipients.toTypedArray()))
if (isAuth) {
where = where.and(member.auth.isNotNull)