Skip to content

Commit

Permalink
🧩 :: (#482) join으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
alsdl0629 committed Dec 5, 2023
1 parent d9eb183 commit fc6dcd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public List<ApplicationVO> queryApplicationByConditions(Long recruitmentId, Long
.selectFrom(applicationEntity)
.join(applicationEntity.student, studentEntity)
.join(applicationEntity.recruitment, recruitmentEntity)
.leftJoin(recruitmentEntity.company, companyEntity)
.join(recruitmentEntity.company, companyEntity)
.leftJoin(applicationEntity.attachments, applicationAttachmentEntity)
.where(
eqRecruitmentId(recruitmentId),
Expand Down

0 comments on commit fc6dcd5

Please sign in to comment.