-
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
feat : 내 예매목록 조회 #237
feat : 내 예매목록 조회 #237
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
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🌿
// 관리자에서 주문 목록 불러올려면 event 아이디 저장 필요 | ||
@Column(nullable = false) | ||
private Long eventId; | ||
|
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.
LGTM 👍
개요
작업사항
그냥 일급 컬렉션으로 만들었습니다.
일급컬렉션 관련글.
https://jojoldu.tistory.com/412
보면은 좀 사용하면 소스 퍼진거 모을수 있을거 같은데 옵션같은거..
담에 눈에좀 보이면 넣도록 하겠습니다.
이벤트 시작시간에 + 런타임을 디비에서 더해서
상영중 여부를 계산합니다. mysql에 날짜관련 함수가 더 있긴한데
하이버네이트가 interval을 예약어로 잡아버려서 TIMESTAMPADD
를 쓰기로 했습니다.
레퍼런스
변경로직