[OING-337] fix: 위젯에서 미션글도 보이도록 수정 (PostRepositoryCustomImpl에서 잘못 추가된 PostType 비교절 제거) #261
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
❓ 기능 추가 배경
위젯에서 미션글은 노출되지 않는 점을 해결하기 위해 작업을 진행하였고, PostRepositoryCustomImpl에서 findLatestPostOfEveryday와 findOldestPostOfEveryday 쿼리에 PostType.eq(SURVIVAL) 절이 의도와 다르게 추가된 점을 발견해 수정하였습니다. 3.0차에 미션을 도입하기 위해 추가한 PostType 컬럼을 도입하며 쿼리들을 리팩토링하는 과정에서 잘못 들어간 것으로 보입니다.
➕ 추가/변경된 기능
🥺 리뷰어에게 하고싶은 말
🔗 참조 or 관련된 이슈
https://no5ing.atlassian.net/browse/OING-337