自动化立体仓库 - WMS系统
#
lty
2025-07-31 e170c300cd11406d414e7da156fc6b2da1c13915
src/main/resources/mapper/OrderDetlMapper.xml
@@ -98,6 +98,11 @@
        and qty < anfme
    </select>
    <select id="loadQuantity" resultMap="BaseResultMap">
        select order_id,order_no,model,maktx,anfme,qty from man_order_detl
        where  order_no = #{orderNo}
    </select>
    <sql id="pakOutPageCondition">
        <if test="order_id!=null and order_id!='' ">
            and mod.order_id like '%' + #{order_id} + '%'