-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
helperSpringV2/src/main/java/com/example/helper/service/ChatbotService.java
Lines 104 to 106 in 86b02fb
| if(today.get(Calendar.HOUR_OF_DAY)>=19 || today.get(Calendar.HOUR_OF_DAY)<9){result += " 조식\n\n";} | |
| else if(today.get(Calendar.HOUR_OF_DAY)>=9 && today.get(Calendar.HOUR_OF_DAY)<13) {result += " 중식\n\n";} | |
| else if(today.get(Calendar.HOUR_OF_DAY)>=13 && today.get(Calendar.HOUR_OF_DAY)<19) {result += " 석식\n\n";} |
[ ] 항상 한글명만 출력하기에 영어명이 출력 안됨. constant에 한,영 array로 관리하도록 수정 필요
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working