|
@@ -7,6 +7,7 @@
|
|
<result property="openid" column="openid" jdbcType="VARCHAR"/>
|
|
<result property="openid" column="openid" jdbcType="VARCHAR"/>
|
|
<result property="couponId" column="coupon_id" jdbcType="VARCHAR"/>
|
|
<result property="couponId" column="coupon_id" jdbcType="VARCHAR"/>
|
|
<result property="expirationTime" column="expiration_time" jdbcType="TIMESTAMP"/>
|
|
<result property="expirationTime" column="expiration_time" jdbcType="TIMESTAMP"/>
|
|
|
|
+ <result property="useState" column="use_state" jdbcType="INTEGER"/>
|
|
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
|
|
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
|
|
<result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/>
|
|
<result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/>
|
|
<result property="isDelete" column="is_delete" jdbcType="INTEGER"/>
|
|
<result property="isDelete" column="is_delete" jdbcType="INTEGER"/>
|
|
@@ -37,7 +38,7 @@
|
|
|
|
|
|
|
|
|
|
<sql id="selectCouponReceiveVo">
|
|
<sql id="selectCouponReceiveVo">
|
|
- a.id, a.openid, a.coupon_id, a.expiration_time, a.create_time, a.update_time, a.is_delete,
|
|
|
|
|
|
+ a.id, a.openid, a.coupon_id, a.expiration_time, a.create_time, a.update_time, a.is_delete,a.use_state
|
|
b.name, b.type, b.discount_type, b.discount_value, b.threshold_amount, b.obtain_way, b.term_days, b.status, b.used_num, b.user_limit, b.ext_param
|
|
b.name, b.type, b.discount_type, b.discount_value, b.threshold_amount, b.obtain_way, b.term_days, b.status, b.used_num, b.user_limit, b.ext_param
|
|
</sql>
|
|
</sql>
|
|
<!-- 批量插入 -->
|
|
<!-- 批量插入 -->
|