-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix : 준비중인 공연 자동 만료 해제 #536
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
||
public List<Event> queryEventsByEndAtBefore(LocalDateTime time) { | ||
return eventRepository.queryEventsByEndAtBefore(time); | ||
return eventRepository.queryEventsByEndAtBeforeAndStatusOpen(time); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
queryEventsByEndAtBefore 메소드 명도 수정되어야 될것같아요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
버그수정 확인했슴당🐛
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
엘쥐티엠
Kudos, SonarCloud Quality Gate passed! |
개요
작업사항
변경로직