[#44] 매장 기능 도입 #45

Merged
pricelees merged 116 commits from feat/#44 into main 2025-09-20 03:15:06 +00:00
Showing only changes of commit 54648a6c04 - Show all commits

View File

@ -62,7 +62,7 @@ object ScheduleEntityFactory {
return ScheduleEntity( return ScheduleEntity(
id = id, id = id,
date = date, date = date,
time = time, time = time.withSecond(0).withNano(0),
storeId = storeId, storeId = storeId,
themeId = themeId, themeId = themeId,
status = ScheduleStatus.AVAILABLE status = ScheduleStatus.AVAILABLE