Skip to content

Commit

Permalink
Merge pull request #278 from Modagbul/MNG-22
Browse files Browse the repository at this point in the history
fix : 반복미션 모아보기 인증 인원수 리턴 타입 변경
  • Loading branch information
minsu20 authored May 6, 2024
2 parents 4841dcc + 6450a42 commit 04c1daa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public Optional<List<GatherSingleMissionRes>> findSingleMissionByMemberId(Long m
.or(missionArchive.mission.type.eq(MissionType.ONCE))
),

mission.team.numOfMember.longValue()
mission.team.numOfMember.stringValue()
))
.from(mission)
.leftJoin(missionArchive)
Expand Down

0 comments on commit 04c1daa

Please sign in to comment.