Skip to content

Commit

Permalink
fix: 중복 데이터 GET 오류
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmondBreez3 committed Feb 3, 2024
1 parent 935ce69 commit 3e55bed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public List<ScreeningResponseDto> getTopThree() {
//
public List<ScreeningResponseDto> getMostRecentScreening() {
return jpaQueryFactory
.select(new QScreeningResponseDto(
.selectDistinct(new QScreeningResponseDto(
QScreening.screening.id,
QScreening.screening.title,
QScreening.screening.posterImgUrl,
Expand Down

0 comments on commit 3e55bed

Please sign in to comment.