xiaoyong931011
2023-09-11 af54386730a05042495d86e21ab6a943ad5a81f1
src/main/resources/mapper/modules/MallMemberCouponMapper.xml
@@ -11,6 +11,7 @@
        left join mall_goods_coupon b on b.id = a.coupon_id
        <where>
            a.member_id=#{record.memberId}
            and a.expire_time &gt;= #{record.expireTime}
            <if test="record.state != null and record.state != ''">
                and a.state=#{record.state}
            </if>