|
|
|
@@ -194,7 +194,7 @@ |
|
|
|
|
|
|
|
<sql id="WxCouponCVoColumn"> |
|
|
|
cc.id,cc.coupon_id,cc.target_ad,cc.begin_time,cc.end_time, |
|
|
|
c.tenant_id,c.type,c.cover_img,c.title,c.sub_title,c.sale_price,c.use_price, |
|
|
|
c.tenant_id,c.type,c.cover_img,c.cover_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.valid_days,c.detail,c.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 |
|
|
|
@@ -211,6 +211,7 @@ |
|
|
|
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId"/> |
|
|
|
<result column="type" jdbcType="INTEGER" property="type"/> |
|
|
|
<result column="cover_img" jdbcType="VARCHAR" property="coverImg"/> |
|
|
|
<result column="cover_picture" jdbcType="VARCHAR" property="coverPicture"/> |
|
|
|
<result column="title" jdbcType="VARCHAR" property="title"/> |
|
|
|
<result column="sub_title" jdbcType="VARCHAR" property="subTitle"/> |
|
|
|
<result column="sale_price" jdbcType="INTEGER" property="salePrice"/> |
|
|
|
|