zhubaomin
2024-10-28 a4d36003a8b4a7e6691009c015d2396d8f13b32e
pipIrr-platform/pipIrr-global/src/main/resources/mapper/PrControllerTrampMapper.xml
@@ -142,7 +142,7 @@
                AND  protocol = #{protocol,jdbcType=VARCHAR}
            </if>
        </where>
        order by rtuAddr desc
        order by id desc
        <trim prefix="limit " >
            <if test="start != null and count != null">
                #{start,javaType=Integer,jdbcType=INTEGER}, #{count,javaType=Integer,jdbcType=INTEGER}