@@ -9,11 +9,7 @@
</resultMap>
<select id="getDetail" resultMap="orderDetailMap">
SELECT
- o.id,
- o.order_sn,
- o.coupon_id,
- o.integration,
- o.member_id,
+ o.*,
ot.id ot_id,
ot.product_id ot_product_id,
ot.product_name ot_product_name,