-
Notifications
You must be signed in to change notification settings - Fork 1
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
feature: 모든 상점 조회 API에 혜택 상세 필드 추가 #1121
Conversation
hotfix: 네이티브 쿼리 soft delete 누락 반영 (main)
develop -> main
develop -> main
develop -> main
develop -> main
develop -> main
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.
뭔가 들여쓰기가 어긋나있네요. 공백문자 4개인데 지금 8개로 설정되어있는 것 같아요. 이것만 체크하고 머지해주세요
ShopsSortCriteria sortBy, | ||
List<ShopsFilterCriteria> filterCriteria, | ||
String query |
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.
여기 공백이 생겼어요
shopCaches.shopCaches(), | ||
shopInfoMap, | ||
sortBy, | ||
filterCriteria, | ||
now, | ||
query, | ||
benefitDetailMap |
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.
여기도 동일하게 공백이 생겼습니다.
reviewCount | ||
reviewCount, | ||
benefitDetails |
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.
여기도 뭔가 추가적인 공백이있는것같아요
get("/v2/shops") | ||
.queryParam("sorter", "COUNT_DESC") | ||
) | ||
.andExpect(status().isOk()) | ||
.andExpect(content().json(String.format(""" | ||
{ | ||
"count": 2, | ||
"shops": [ | ||
{ | ||
"category_ids": [ | ||
\s | ||
], | ||
"delivery": true, |
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.
고생하셨습니다. 멀티라인 문자열 적용 고려해주세요!
@@ -10,5 +11,10 @@ public interface BenefitCategoryMapRepository extends Repository<BenefitCategory | |||
|
|||
List<BenefitCategoryMap> findAllByBenefitCategoryId(Integer benefitCategoryId); | |||
|
|||
@Query("SELECT bcm FROM BenefitCategoryMap bcm " + | |||
"JOIN FETCH bcm.shop s " + | |||
"JOIN FETCH bcm.benefitCategory bc") |
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.
멀티라인 문자열을 사용하면 더 좋을 거 같네요
🔥 연관 이슈
🚀 작업 내용
💬 리뷰 중점사항