优惠券领取记录

This commit is contained in:
wangw 2024-11-08 18:01:53 +08:00
parent 2da48d1c9b
commit 5e3caeda30
1 changed files with 2 additions and 2 deletions

View File

@ -33,10 +33,10 @@ public interface TbShopCouponMapper extends BaseMapper<TbShopCoupon> {
" <if test=\"param.value != null and param.value != '' \">" +
" and (vip.name like concat('%', #{param.value}, '%') or vip.telephone like concat('%', #{param.value}, '%')) " +
" </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 " +
" </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 " +
" </if>" +
" <if test=\"param.startTime != null \">" +