无关风月
2025-06-20 e8044ee933b7e2f834855f28ea8575d82eb0eeac
UserOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/UserCouponRecordMapper.xml
@@ -102,7 +102,7 @@
            and a.userId = #{uid}
        </if>
        <if test="null != cityCode and '' != cityCode">
            and JSON_CONTAINS(c.citys, #{cityCode})
            and JSON_OVERLAPS(c.citys, #{cityCode})
        </if>
        <if test="null != state">
            and a.state = #{state}