generated from pricelees/issue-pr-template
[#44] 매장 기능 도입 #45
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user