|
|
|
@@ -897,6 +897,8 @@ |
|
|
|
|
|
|
|
<result column="coupon_order_id" jdbcType="BIGINT" property="couponOrderId"/> |
|
|
|
<result column="coupon_order_status" jdbcType="INTEGER" property="couponOrderStatus"/> |
|
|
|
|
|
|
|
<result column="compose_order_type" jdbcType="INTEGER" property="composeOrderType"/> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<resultMap id="PressVoDetailResultMap" type="com.iformall.domain.vo.WxOrderCouponPressVo"> |
|
|
|
@@ -944,7 +946,8 @@ |
|
|
|
<sql id="allOrderPressListColumns"> |
|
|
|
o.id,o.order_number,o.tenant_id,o.parent_tenant_id,o.c_user_id,o.coupon_channel_id,o.product_id,o.payment_type,o.payment,o.payment_time,o.order_status, |
|
|
|
o.create_date,o.update_date,o.press_end_date,o.press_current_num,o.press_current_value, |
|
|
|
c.cover_img,c.title,c.sub_title,c.sale_price,c.use_price,c.price,c.unit,c.press_limit_num |
|
|
|
c.cover_img,c.title,c.sub_title,c.sale_price,c.use_price,c.price,c.unit,c.press_limit_num, |
|
|
|
o.compose_order_type |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="allOrderPressDetailColumns"> |
|
|
|
|