zhubaomin
2024-09-24 2d91b8a2a6dbbc6b5774744d20387967e77fc95d
Merge branch 'master' of http://8.140.179.55:20000/r/pipIrr-SV
1个文件已修改
5 ■■■■■ 已修改文件
pipIrr-platform/pipIrr-global/src/main/resources/mapper/PrControllerTrampMapper.xml 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-global/src/main/resources/mapper/PrControllerTrampMapper.xml
@@ -138,6 +138,11 @@
                AND  protocol = #{protocol,jdbcType=VARCHAR}
            </if>
        </where>
        <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">