自动化立体仓库 - WMS系统
*
lsh
2025-11-25 af9df8d638cb1db1e298b0081ca385fa622ab38f
src/main/resources/mapper/OrderDetlMapper.xml
@@ -201,5 +201,10 @@
            </otherwise>
        </choose>
    </update>
    <select id="selectByOrderNo" resultMap="BaseResultMap">
        select  *
        from man_order_detl
        where order_no = #{orderNo}
    </select>
</mapper>