nickchange
2023-11-30 fabe5684d31e0c52548b33b7afbfec0855f9880e
cloud-server-activity/src/main/resources/mapper/CouponMapper.xml
@@ -97,9 +97,8 @@
            WHERE storeId = #{storeId}
            UNION ALL
            SELECT DISTINCT couponId
            from t_coupon_city
            WHERE provinceCode = #{cityCode}) o)
            WHERE cityCode = #{cityCode}) o)
        </if>
        <if test="name != null">
            and `name` like concat('%', #{name}, '%')