自动化立体仓库 - WMS系统
#
zzgtfwq
2025-12-08 44dc0eeb20452e79d1d2506e8a34fc29eb90da2e
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>