44323
2023-11-07 1a3801b7316b0a23b6d3924eb4fbb023b1edef83
cloud-server-activity/src/main/resources/mapper/PointsMerchandiseMapper.xml
@@ -107,6 +107,7 @@
        <if test="query.state != null">
            and `state` = #{query.state}
        </if>
        AND endTime >= NOW()
        and `type` = 3
        order by sort desc
    </select>