Cui Zhi Feng
2024-09-18 3a6c70ccfece562accad0a3e3ae67745815d73a7
src/main/resources/mapper/coupon/CouponRecordMapperCustom.xml
@@ -118,6 +118,11 @@
        <if test="param.couponId != null and param.couponId != ''">
            and t.coupon_id =  #{param.couponId}
        </if>
        <if test="param.category != null and param.category != ''">
            and t.category =  #{param.category}
        </if>
        order by t.create_time desc
    </sql>