fix(push-notification-list): 푸시 알림 조회 JSON 함수 쿼리 파싱 오류를 수정한다
This commit is contained in:
@@ -124,7 +124,7 @@ class PushNotificationListQueryRepositoryImpl(
|
||||
recipientChunk.notification.id.eq(pushNotificationList.id)
|
||||
.and(
|
||||
Expressions.booleanTemplate(
|
||||
"JSON_CONTAINS({0}, JSON_ARRAY({1}), '$')",
|
||||
"function('JSON_CONTAINS', {0}, function('JSON_ARRAY', {1}), '$') = 1",
|
||||
recipientChunk.recipientMemberIds,
|
||||
memberId
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user