Skip to content

Commit

Permalink
edit : 상품 검색 dto 필드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bongsh0112 committed Dec 6, 2023
1 parent 9ef114a commit 6d33a1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public Slice<ProductRetrieveDTO> searchByKeyword(ProductCondition productConditi
product.characteristic,
product.price,
product.productOption,
product.imageUrl))
product.crawlUrl))
.from(product)
.where(product.name.contains(productCondition.getKeyword()))
.orderBy(product.id.asc())
Expand Down

0 comments on commit 6d33a1d

Please sign in to comment.