liurunyu
2024-09-30 e18c4a8ac170fea6e079047a27f72032c80eee67
pipIrr-platform/pipIrr-global/src/main/resources/mapper/PrControllerTrampMapper.xml
@@ -138,7 +138,13 @@
                AND  protocol = #{protocol,jdbcType=VARCHAR}
            </if>
        </where>
    </select>
        order by rtuAddr desc
        <trim prefix="limit " >
            <if test="start != null and count != null">
                #{start,javaType=Integer,jdbcType=INTEGER}, #{count,javaType=Integer,jdbcType=INTEGER}
            </if>
        </trim>
</select>
    <!--    根据条件获取流浪控制器数量-->
    <select id="getTrampControllersCount" resultType="java.lang.Long">
        select