From fc21c5e858bf80f05c81df216769654aaa82cd8f Mon Sep 17 00:00:00 2001 From: jinseok Date: Sat, 30 Nov 2024 15:19:33 +0900 Subject: [PATCH] =?UTF-8?q?[feat]=20:=20#142=20=EA=B4=80=EB=A6=AC=EC=9E=90?= =?UTF-8?q?=20=EA=B6=8C=ED=95=9C=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../homepage/application/post/service/PostManageService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/ussum/homepage/application/post/service/PostManageService.java b/src/main/java/ussum/homepage/application/post/service/PostManageService.java index a7cc84b8..34cb9dd6 100644 --- a/src/main/java/ussum/homepage/application/post/service/PostManageService.java +++ b/src/main/java/ussum/homepage/application/post/service/PostManageService.java @@ -343,7 +343,7 @@ public PostListRes searchPost(Long userId, int page, int take, String q, Stri memberReader.getMembersWithUserId(userId).stream() .map(Member::getGroupId) .filter(groupId -> groupId != null) - .anyMatch(groupId -> groupId.equals(9L)); + .anyMatch(groupId -> groupId.equals(9L)||groupId.equals(3L)); Page postList = null;