fix(push-notification-list): 푸시 알림 조회 JSON 함수 쿼리 파싱 오류를 수정한다

This commit is contained in:
2026-03-12 17:07:00 +09:00
parent f69ace570a
commit 3287e718c4
2 changed files with 18 additions and 1 deletions

View File

@@ -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
)