|
|
|
@@ -152,7 +152,7 @@ |
|
|
|
|
|
|
|
<sql id="CouponChannelVoColumns"> |
|
|
|
<include refid="allColumns" />, |
|
|
|
c.remain_inventory,c.inventory,c.cover_img,c.sub_title,c.sale_price, |
|
|
|
c.remain_inventory,c.inventory,c.cover_img,c.sub_title,c.sale_price,c.detail, |
|
|
|
c.use_price,c.price,c.unit,c.use_limit_quantity,c.send_type,c.support_transfer,c.press_limit_num,c.auto_refund,c.conditions, |
|
|
|
c.valid_type,c.valid_start_date,c.valid_end_date,c.valid_days,c.credit_price,c.content_type,c.source_type |
|
|
|
</sql> |
|
|
|
@@ -181,6 +181,7 @@ |
|
|
|
<result column="use_price" jdbcType="INTEGER" property="usePrice"/> |
|
|
|
<result column="price" jdbcType="INTEGER" property="price"/> |
|
|
|
<result column="unit" jdbcType="INTEGER" property="unit"/> |
|
|
|
<result column="detail" jdbcType="VARCHAR" property="detail"/> |
|
|
|
<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"/> |
|
|
|
|