generated from pricelees/issue-pr-template
[#52] 만료 예약 / 일정 스케쥴링 작업 추가 및 동시성 처리를 위한 일부 코드 수정 #53
@ -50,7 +50,7 @@ interface ScheduleRepository : JpaRepository<ScheduleEntity, Long> {
|
||||
WHERE
|
||||
s.storeId = :storeId
|
||||
AND s.date = :date
|
||||
AND (:themeId IS NULL OR t._id = :themeId)
|
||||
AND (:themeId IS NULL OR s.themeId = :themeId)
|
||||
"""
|
||||
)
|
||||
fun findStoreSchedulesWithThemeByDate(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user