|
|
|
@@ -162,7 +162,7 @@ |
|
|
|
<sql id="CouponChannelVoColumns"> |
|
|
|
<include refid="allColumns" />, |
|
|
|
c.remain_inventory,c.inventory,c.cover_img,c.sub_title,c.sale_price,c.detail, |
|
|
|
c.use_price,c.price,c.tail_price,c.orig_price,c.unit,c.use_limit_quantity,c.send_type,c.support_transfer,c.press_limit_num,c.auto_refund,c.conditions, |
|
|
|
c.use_price,c.price,c.tail_price,c.orig_price,c.unit,c.use_limit_rule,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.pick_start_date,c.pick_end_date,c.valid_days,c.credit_price,c.content_type,c.source_type |
|
|
|
</sql> |
|
|
|
|
|
|
|
@@ -194,6 +194,7 @@ |
|
|
|
<result column="orig_price" jdbcType="INTEGER" property="origPrice"/> |
|
|
|
<result column="unit" jdbcType="INTEGER" property="unit"/> |
|
|
|
<result column="detail" jdbcType="VARCHAR" property="detail"/> |
|
|
|
<result column="use_limit_rule" jdbcType="INTEGER" property="useLimitRule" /> |
|
|
|
<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"/> |
|
|
|
@@ -263,7 +264,7 @@ |
|
|
|
<sql id="WxCouponCVoColumn"> |
|
|
|
cc.id,cc.coupon_id,cc.target_ad,cc.begin_time,cc.end_time, |
|
|
|
c.tenant_id,c.parent_tenant_id,c.type,c.cover_img,c.cover_picture,c.detail_picture,c.title,c.sub_title,c.sale_price,c.use_price, |
|
|
|
c.use_limit_quantity,c.send_type,c.valid_type,c.valid_start_date,c.valid_end_date,c.pick_start_date,c.pick_end_date, |
|
|
|
c.use_limit_rule,c.use_limit_quantity,c.send_type,c.valid_type,c.valid_start_date,c.valid_end_date,c.pick_start_date,c.pick_end_date, |
|
|
|
c.valid_days,c.detail,c.price,c.tail_price,c.orig_price,c.unit,c.remain_inventory,c.inventory,c.remark,c.status, |
|
|
|
c.create_date,c.update_date,c.business,c.sub_business,c.support_transfer,c.press_limit_num, c.auto_refund,c.credit_price,c.conditions,c.content_type, |
|
|
|
cc.qr_code |
|
|
|
@@ -291,6 +292,7 @@ |
|
|
|
<result column="sub_title" jdbcType="VARCHAR" property="subTitle"/> |
|
|
|
<result column="sale_price" jdbcType="INTEGER" property="salePrice"/> |
|
|
|
<result column="use_price" jdbcType="INTEGER" property="usePrice"/> |
|
|
|
<result column="use_limit_rule" jdbcType="INTEGER" property="useLimitRule" /> |
|
|
|
<result column="use_limit_quantity" jdbcType="INTEGER" property="useLimitQuantity"/> |
|
|
|
<result column="send_type" jdbcType="INTEGER" property="sendType"/> |
|
|
|
<result column="valid_type" jdbcType="INTEGER" property="validType"/> |
|
|
|
@@ -343,6 +345,7 @@ |
|
|
|
<result column="sub_title" jdbcType="VARCHAR" property="subTitle"/> |
|
|
|
<result column="sale_price" jdbcType="INTEGER" property="salePrice"/> |
|
|
|
<result column="use_price" jdbcType="INTEGER" property="usePrice"/> |
|
|
|
<result column="use_limit_rule" jdbcType="INTEGER" property="useLimitRule" /> |
|
|
|
<result column="use_limit_quantity" jdbcType="INTEGER" property="useLimitQuantity"/> |
|
|
|
<result column="send_type" jdbcType="INTEGER" property="sendType"/> |
|
|
|
<result column="valid_type" jdbcType="INTEGER" property="validType"/> |
|
|
|
|