특정 유저 푸시 적용
This commit is contained in:
parent
b331e6e152
commit
2548c92aa1
|
@ -184,6 +184,7 @@ class MemberQueryRepositoryImpl(
|
||||||
): Map<String, List<List<String>>> {
|
): Map<String, List<List<String>>> {
|
||||||
var where = member.isActive.isTrue
|
var where = member.isActive.isTrue
|
||||||
.and(member.email.notIn("admin@sodalive.net"))
|
.and(member.email.notIn("admin@sodalive.net"))
|
||||||
|
.and(member.id.`in`(*recipients.toTypedArray()))
|
||||||
|
|
||||||
if (isAuth) {
|
if (isAuth) {
|
||||||
where = where.and(member.auth.isNotNull)
|
where = where.and(member.auth.isNotNull)
|
||||||
|
|
Loading…
Reference in New Issue