Skip to content

Commit

Permalink
Merge pull request #123 from TEAM-MODDY/feat/#122
Browse files Browse the repository at this point in the history
#122 [feat] 디자이너 상세 보기 API, 머리 기장 상수 변환하는 과정 추가
  • Loading branch information
KWY0218 authored Jan 15, 2024
2 parents 88934fb + b99c261 commit 0d61af3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
public record ApplicationInfoResponse(
Long applicationId,
String modelImgUrl,
HairLength hairLength,
String hairLength,
List<String> preferHairstyles,
List<HairRecordResponse> hairServiceRecords,
String hairDetail,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public ApplicationDetailInfoResponse getApplicationDetail(Long userId, Long appl
ApplicationInfoResponse applicationInfoResponse = new ApplicationInfoResponse(
applicationId,
hairModelApplication.getModelImgUrl(),
hairModelApplication.getHairLength(),
hairModelApplication.getHairLength().getValue(),
preferhairStyleList,
recordResponseList,
hairModelApplication.getHairDetail(),
Expand Down

0 comments on commit 0d61af3

Please sign in to comment.