-
Notifications
You must be signed in to change notification settings - Fork 1
[BUG] 위치 기반 조회시 모집중이 아닌 데이터도 조회되는 문제 해결 #181
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
[BUG] 위치 기반 조회시 모집중이 아닌 데이터도 조회되는 문제 해결 #181
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.
빌드에 실패했습니다.
| BooleanExpression predicate = locationBetween(condition) | ||
| .and(keywordEq(condition.keyword())) | ||
| .and(statusEq(condition.status())) | ||
| .and(isNotDeleted()); |
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.
최적화 시도 좋은거 같습니다
| @Schema(description = "봉사 종료 일시", example = "2024-11-20T12:00:00", type = "string") | ||
| @NotNull(message = "봉사 종료 일시는 필수 값입니다.") | ||
| LocalDateTime volunteerEndDateTime, | ||
| @Future(message = "봉사 종료 일시는 내일부터 가능합니다.")LocalDateTime volunteerEndDateTime, |
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.
Future는 어떤 역할의 어노테이션인가요?
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.
봉사 모집글 생성과 수정은 당일 기준으로 하루 텀이 있도록(봉사 시작 시간과 종료시간)을 맞춰주도록 했습니다,.
ayoung-dev
left a comment
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.
수고하셨습니다!
d4be1a8 to
3ca169b
Compare
|



resolved :
📌 과제 설명
위치 기반 조회시 모집중이 아닌 데이터도 조회되는 문제 해결
👩💻 요구 사항과 구현 내용
✅ PR 포인트 & 궁금한 점