自动化立体仓库 - WMS系统
bfwms
2025-09-30 b7b4510ab85d9c3a31645f56e3d799ad817d9762
src/main/resources/mapper/OrderDetlMapper.xml
@@ -82,6 +82,12 @@
        and qty < anfme
    </select>
    <select id="selectTotalDetls" resultMap="BaseResultMap">
        select * from man_order_detl
        where 1=1
        and order_id = #{orderId}
    </select>
    <sql id="pakOutPageCondition">
        <if test="order_id!=null and order_id!='' ">
            and mod.order_id = #{order_id}