Fancy
2024-08-21 94b40bfd04fdfa4333b93bda02fab764094369e7
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