优惠券领取记录
This commit is contained in:
@@ -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 \">" +
|
||||||
|
|||||||
Reference in New Issue
Block a user