Skip to content

Commit

Permalink
edit : 상품 필터 로직 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
bongsh0112 committed Dec 5, 2023
1 parent e37eb0e commit 3fd49a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public List<Product> findAllBySmallCategory(ProductCategoryCondition productCate
product.favorQuestionCategoryId.in(
productCategoryCondition.getCategoryIdList()),
priceBetween(productCategoryCondition.getPriceFilter()))
.orderBy(orderByPrice(productCategoryCondition.getPriceOrder()))
.fetch();
}

Expand Down

0 comments on commit 3fd49a0

Please sign in to comment.