Skip to content

Commit a26e2d8

Browse files
authored
🎨 GetStatus에 돌보미 매칭 추가 (#63)
1 parent f8c6512 commit a26e2d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/ivory/ivory/service/ChildService.java

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ public Long calculateAge (LocalDate childBirthDate, LocalDate nowDate) {
106106
public String getStatus(Status Status) {
107107
switch (Status) {
108108
case YET: return "서비스 신청 완료";
109+
case MATCHED: return "돌보미 매칭";
109110
case IN_PROGRESS: return "돌봄 서비스 이용 중";
110111
case COMPLETE: return "이용 완료";
111112
default: return "";

0 commit comments

Comments
 (0)