自动化立体仓库 - WMS系统
Junjie
2024-05-31 4741603f82a91c28edfdcc37f502e92aad579013
src/main/resources/mapper/MatMapper.xml
@@ -68,7 +68,7 @@
        <if test="matnr != null and matnr != ''">
            and mm.matnr like concat('%',#{matnr},'%')
        </if>
        <if test="matnr != null and matnr != ''">
        <if test="matnr2 != null and matnr2 != ''">
            and mm.matnr2 like concat('%',#{matnr2},'%')
        </if>
        <if test="maktx != null and maktx != ''">