Skip to content

Commit

Permalink
chore: fetch join 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbonai06 committed Oct 22, 2023
1 parent f7f1989 commit 4290587
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ public List<FavorAnswerVo> getFavorAnswerBySmallCategory(
favorAnswer.answerContent))
.from(favorAnswer)
.innerJoin(favorAnswer.favorQuestion, favorQuestion)
.fetchJoin()
.join(favorQuestionCategory)
.on(favorQuestion.favorQuestionCategory.id.eq(favorQuestionCategory.id))
.where(
Expand Down

0 comments on commit 4290587

Please sign in to comment.