Skip to content

Commit

Permalink
[FIX] 대관 날짜로 공연장 확인 및 shows 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
hyesuhan committed Aug 23, 2024
1 parent b332bc8 commit 84607f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ public ApiResponse<List<SpaceApplyResponseDTO.SpaceApplyWitProfilesDTO>> getSpac
}



@Operation(summary = "대관 영수증 확인 API", description = "공연장이 대관 수락 후 영수증을 확인하는 API 관련 additionalService가 보여야 합.")
@ApiResponses({
@io.swagger.v3.oas.annotations.responses.ApiResponse(responseCode = "200", description = "ok, 성공"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ public List<SpaceApplyResponseDTO.SpaceApplyWitProfilesDTO> getSpaceAppliesBySpa
.build();

dtoList.add(dto);

}

System.out.println("Final DTO List: " + dtoList);
Expand Down

0 comments on commit 84607f8

Please sign in to comment.