admin
2020-12-31 74196bcc835d9b76cdd1bc3d85b0dfbe0191fc00
service-lucky/src/main/resources/mapper/LuckyMQMapper.xml
@@ -45,19 +45,13 @@
        <if test="query.state!=null">
            and state=#{query.state}
        </if>
        <if test="query.uid!=null">
            and uid=#{query.uid}
        </if>
        <if test="query.activityId!=null">
            and activity_id=#{query.activityId}
        </if>
        <if test="query.minPreSendTime!=null">
            and pre_send_time>=#{query.minPreSendTime}
        </if>
        <if test="query.maxPreSendTime!=null">
            and #{query.maxPreSendTime}>pre_send_time
            and <![CDATA[  pre_send_time<#{query.maxPreSendTime} ]]>
        </if>
        <if test="query.minActualSendTime!=null">
@@ -89,7 +83,7 @@
        <if test="query.sortList!=null">
            <foreach collection="query.sortList" item="item" separator="," open=" order by ">
                #{item}
                ${item}
            </foreach>
        </if>
        limit #{query.start},#{query.count}