Skip to content

Commit

Permalink
fix :: 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Woonseok105 committed Dec 14, 2023
1 parent 6b3b18c commit d99fd2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class WorkDetailPersistenceAdapter(
): List<WorkReportDetailsVO> =
queryFactory
.selectFrom(workReportEntity)
.join(workDetailEntity)
.leftJoin(workDetailEntity)
.on(workDetailEntity.workReportEntity.id.eq(workReportEntity.id))
.where(
workReportEntity.weeklyWorkReportEntity.id.eq(weeklyWorkReportId),
Expand Down

0 comments on commit d99fd2a

Please sign in to comment.