Skip to content

Commit

Permalink
fix: QClass 필드명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wonyongChoi05 committed Oct 7, 2023
1 parent 1b6076c commit 1c522e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public List<PullRequestQueryResponse> findByMemberIdAndMissionId(final Long memb
pullRequest.id,
step.number,
pullRequest.title,
pullRequest.status.stringValue()
pullRequest.state.stringValue()
))
.from(pullRequest)
.innerJoin(step).on(pullRequest.stepId.eq(step.id))
Expand Down

0 comments on commit 1c522e6

Please sign in to comment.