|
|
|
@@ -128,14 +128,14 @@ |
|
|
|
<result column="business" jdbcType="VARCHAR" property="business" /> |
|
|
|
<result column="credit_price" jdbcType="INTEGER" property="creditPrice" /> |
|
|
|
<result column="content_type" jdbcType="INTEGER" property="contentType"/> |
|
|
|
|
|
|
|
<result column="use_limit_frequency" jdbcType="INTEGER" property="useLimitFrequency"/> |
|
|
|
<result column="vendor_type" jdbcType="INTEGER" property="vendorType" /> |
|
|
|
<result column="vendor_params" jdbcType="VARCHAR" property="vendorParams" /> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="CouponCarColumns"> |
|
|
|
c.id,c.tenant_id,c.parent_tenant_id,c.type,c.cover_img,c.cover_picture,c.title,c.sub_title,c.sale_price,c.use_price,c.use_limit_rule,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, |
|
|
|
car.vendor_type, car.vendor_params,c.credit_price, c.`auto_refund`, c.content_type |
|
|
|
car.vendor_type, car.vendor_params,c.credit_price, c.`auto_refund`, c.content_type,c.use_limit_frequency |
|
|
|
</sql> |
|
|
|
<select id="findVoDetail" parameterType="java.lang.Long" resultMap="CouponCarMap"> |
|
|
|
select |
|
|
|
|