|
|
|
@@ -112,7 +112,8 @@ |
|
|
|
|
|
|
|
<sql id="CouponChannelVoColumns"> |
|
|
|
<include refid="allColumns" />, |
|
|
|
c.remain_inventory,c.inventory,c.cover_img,c.title,c.sub_title,c.sale_price,c.use_price,c.price,c.unit,c.use_limit_quantity,c.send_type,c.support_transfer |
|
|
|
c.remain_inventory,c.inventory,c.cover_img,c.title,c.sub_title,c.sale_price, |
|
|
|
c.use_price,c.price,c.unit,c.use_limit_quantity,c.send_type,c.support_transfer,c.press_limit_num |
|
|
|
</sql> |
|
|
|
|
|
|
|
<resultMap id="CouponChannelVoMap" type="com.iformall.domain.vo.WxCouponChannelVo"> |
|
|
|
@@ -139,7 +140,7 @@ |
|
|
|
<result column="use_limit_quantity" jdbcType="INTEGER" property="useLimitQuantity"/> |
|
|
|
<result column="send_type" jdbcType="INTEGER" property="sendType"/> |
|
|
|
<result column="support_transfer" jdbcType="INTEGER" property="supportTransfer"/> |
|
|
|
|
|
|
|
<result column="press_limit_num" jdbcType="INTEGER" property="pressLimitNum"/> |
|
|
|
|
|
|
|
<collection column="{productId=coupon_id}" property="merchantVoList" |
|
|
|
ofType="com.iformall.domain.vo.WxMerchantVo" |
|
|
|
|