Skip to content

Commit

Permalink
Update OrderMapper.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
skybluelion authored Mar 6, 2024
1 parent c576ea0 commit e836edf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
INNER JOIN TBL_ORDERPRODUCT op ON o.order_id = op.order_id
INNER JOIN TBL_PRODUCT p ON op.product_id = p.product_id
WHERE o.member_id = #{memberId}
ORDER BY o.order_id DESC
ORDER BY o.order_id ASC
</select>

<!-- getOrderDetailByOrderId -->
Expand Down

0 comments on commit e836edf

Please sign in to comment.