특정 유저 푸시 적용
This commit is contained in:
parent
b331e6e152
commit
2548c92aa1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue