Skip to content

Commit

Permalink
Merge pull request #140 from MUIT-UMC/develop
Browse files Browse the repository at this point in the history
[merge] 250219 / 35th deploy
  • Loading branch information
sweatbuckets authored Feb 19, 2025
2 parents 01c7852 + 46170d8 commit b50037c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/muit/backend/converter/MusicalConverter.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public static MusicalResponseDTO.MusicalResultDTO toMusicalResultDTO(Musical mus
.isLike(isLike)
.score(rating)
.posterUrl(musical.getPosterUrl())
.theatreId(musical.getTheatre().getId())
.place(musical.getPlace())
.perFrom(musical.getPerFrom())
.perTo(musical.getPerTo())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public static class MusicalResultDTO{
private Boolean isLike;
private Double score;
private String posterUrl;
private Long theatreId;
private String place;
private LocalDate perFrom;
private LocalDate perTo;
Expand Down

0 comments on commit b50037c

Please sign in to comment.