generated from pricelees/issue-pr-template
fix: equals 판단 실패 해결을 위한ScheduleFactory 내 나노초 제거 추가
This commit is contained in:
parent
b8cf1d6c9d
commit
54648a6c04
@ -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