Skip to content

Commit

Permalink
feat : 동아리 멤버 리스트 ID 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Changha-dev committed Nov 25, 2023
1 parent 3dbc9df commit 9139047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/donggram/back/service/AdminService.java
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public ResponseDto getAllMemberBySelectedClub(Long clubRequestId){
.division(clubJoin.getMember().getMajor1())
.name(clubJoin.getMember().getName())
.join_dated(clubJoin.getJoinDate())
.id(clubJoin.getId())
.id(clubJoin.getMember().getId())
.status(clubJoin.getStatus())
.build();

Expand Down

0 comments on commit 9139047

Please sign in to comment.