自动化立体仓库 - WMS系统
#
lsh
2025-12-24 c6758c32d79bb1f82cea77422953f3c0b61bc2b8
src/main/resources/mapper/OrderMapper.xml
@@ -54,7 +54,7 @@
    </update>
    <select id="selectComplete" resultMap="BaseResultMap">
        select top 5 *
        select top 10 *
        from man_order
        where 1=1
        and settle = 4
@@ -75,4 +75,13 @@
        </if>
    </select>
    <select id="selectorderNoLT" resultMap="BaseResultMap">
        select *
        from man_order
        where 1=1
        <if test="orderNo != null">
            and order_no = #{orderNo}
        </if>
    </select>
</mapper>