自动化立体仓库 - WMS系统
1
2025-10-22 7b6329313ca3a5e6ff96246eeaf96f839df7760b
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>