Skip to content

Commit

Permalink
Update ReviewMapper.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
skybluelion authored Mar 7, 2024
1 parent b490dcf commit 8bcfe34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/com/hyundai/global/mapper/ReviewMapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
JOIN tbl_product p ON r.product_id = p.product_id
WHERE r.member_id = #{memberid}
AND r.deleted_at IS NULL
ORDER BY r.modified_at DESC
</select>

<!-- <select id="getReviewsByMemberId" resultMap="reviewResultMap">-->
Expand Down Expand Up @@ -165,6 +166,7 @@
WHERE
o.member_id = #{memberId}
AND r.product_id IS NULL
ORDER BY o.order_date DESC
</select>


Expand Down

0 comments on commit 8bcfe34

Please sign in to comment.