Fancy
2024-08-15 4574296e4453f0cbb75a5fdb8bb39fa43c87297c
pms-parent/pms-global/src/main/resources/mapper/PrProductionNodeMapper.xml
@@ -154,11 +154,11 @@
            </if>
        </trim>
        order by sort asc
        <trim prefix="limit " >
            <if test="start != null and count != null">
                #{start}, #{count}
            </if>
        </trim>
<!--        <trim prefix="limit " >-->
<!--            <if test="start != null and count != null">-->
<!--                #{start}, #{count}-->
<!--            </if>-->
<!--        </trim>-->
    </select>
    <select id="isEndNode" resultType="java.lang.Boolean">
        select