自动化立体仓库 - WMS系统
skyouc
9 天以前 e26b2f48c63d8b6a7757e1e8c4f04e006ccfbfe9
src/main/resources/mapper/OrderDetlPakoutMapper.xml
@@ -100,6 +100,9 @@
        <if test="matnr!=null and matnr!='' ">
            and mod.matnr like '%' + #{matnr} + '%'
        </if>
        <if test="doc_type!=null and doc_type!='' ">
            and mo.doc_type like '%' + #{doc_type} + '%'
        </if>
        <if test="maktx!=null and maktx!='' ">
            and mod.maktx like '%' + #{maktx} + '%'
        </if>