Skip to content

Commit

Permalink
Merge pull request #40 from 7JEON8KI/fix/like--ISSUE-94
Browse files Browse the repository at this point in the history
fix: 찜 목록 조회 시 null 수정
  • Loading branch information
skybluelion authored Mar 3, 2024
2 parents d836c89 + 57c1b39 commit 6537c91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/com/hyundai/global/mapper/LikeMapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
, p.PRODUCT_NAME AS "productName"
, p.PRODUCT_SUB_NAME AS "productSubName"
, p.PRICE
, p.PRODUCT_TYPE
, p.PRODUCT_TYPE AS "productType"
, p.STOCK
, p.DISCOUNT_RATE
, p.DISCOUNT_RATE AS "discountRate"
, p.PRODUCT_DETAIL AS "productDetail"
, p.AMOUNT
, p.CALORIE
, p.STORAGE
, p.THUMBNAIL_IMAGE_URL
, p.THUMBNAIL_IMAGE_URL AS "thumbnailImageUrl"
FROM tbl_product_like l
Left Join tbl_product p
ON l.product_id = p.product_id
Expand Down

0 comments on commit 6537c91

Please sign in to comment.