刘小明
2024-08-07 d722c501d795a1c548843d663a128ac1324d5c1b
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