自动化立体仓库 - WMS系统
pang.jiabao
2025-09-03 971dc3eb422fb38ffe8205ed60283c85036fde36
src/main/resources/mapper/OrderDetlMapper.xml
@@ -87,7 +87,7 @@
    <sql id="pakOutPageCondition">
        <if test="order_id!=null and order_id!='' ">
            and mod.order_id like '%' + #{order_id} + '%'
            and mod.order_id = #{order_id}
        </if>
        <if test="matnr!=null and matnr!='' ">
            and mod.matnr like '%' + #{matnr} + '%'