|
|
@@ -53,7 +53,7 @@ public class CropDutyServiceDateService {
|
|
|
if (holidyDateMap == null) {
|
|
|
return null;
|
|
|
}
|
|
|
- DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy/MM/dd");
|
|
|
+ DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy/M/d");
|
|
|
String nowDate = now.format(formatter);
|
|
|
|
|
|
List<YhServiceDto> holidayServices = holidyDateMap.get(nowDate);
|