|
@@ -32,7 +32,7 @@
|
|
|
|
|
|
<!--优惠券分页查询-->
|
|
<!--优惠券分页查询-->
|
|
<select id="selectCouponPageInfo" resultType="com.yonge.cooleshow.biz.dal.vo.coupon.CouponInfoWrapper">
|
|
<select id="selectCouponPageInfo" resultType="com.yonge.cooleshow.biz.dal.vo.coupon.CouponInfoWrapper">
|
|
- SELECT t1.id_, t1.name_, t1.client_type_, t1.category_, t1.coupon_type_, t1.status_, t1.updated_by_, t1.update_time_, t1.created_time_ FROM coupon_info t1
|
|
|
|
|
|
+ SELECT t1.id_, t1.name_, t1.client_type_, t1.category_, t1.coupon_type_, t1.inventory_, t1.status_, t1.updated_by_, t1.update_time_, t1.created_time_ FROM coupon_info t1
|
|
<where>
|
|
<where>
|
|
<if test="record.name != null">
|
|
<if test="record.name != null">
|
|
AND t1.name_ LIKE '%${record.name}%'
|
|
AND t1.name_ LIKE '%${record.name}%'
|