优惠券领取记录
This commit is contained in:
parent
2da48d1c9b
commit
5e3caeda30
|
|
@ -33,10 +33,10 @@ public interface TbShopCouponMapper extends BaseMapper<TbShopCoupon> {
|
||||||
" <if test=\"param.value != null and param.value != '' \">" +
|
" <if test=\"param.value != null and param.value != '' \">" +
|
||||||
" and (vip.name like concat('%', #{param.value}, '%') or vip.telephone like concat('%', #{param.value}, '%')) " +
|
" and (vip.name like concat('%', #{param.value}, '%') or vip.telephone like concat('%', #{param.value}, '%')) " +
|
||||||
" </if>" +
|
" </if>" +
|
||||||
" <if test=\"param.status != null and param.status = 1\">" +
|
" <if test=\"param.status != null and param.status == 1\">" +
|
||||||
" and record.over_num != record.num " +
|
" and record.over_num != record.num " +
|
||||||
" </if>" +
|
" </if>" +
|
||||||
" <if test=\"param.status != null and param.status = 0\">" +
|
" <if test=\"param.status != null and param.status == 0\">" +
|
||||||
" and record.over_num = record.num " +
|
" and record.over_num = record.num " +
|
||||||
" </if>" +
|
" </if>" +
|
||||||
" <if test=\"param.startTime != null \">" +
|
" <if test=\"param.startTime != null \">" +
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue