自动化立体仓库 - WMS系统
zhang
2025-08-18 4a2703db125e67a4a9590b55a2b7fa857e87ef45
src/main/resources/mapper/MatMapper.xml
@@ -68,6 +68,9 @@
        <if test="matnr != null and matnr != ''">
            and mm.matnr like concat('%',#{matnr},'%')
        </if>
        <if test="matnr2 != null and matnr2 != ''">
            and mm.matnr2 like concat('%',#{matnr2},'%')
        </if>
        <if test="maktx != null and maktx != ''">
            and mm.maktx like concat('%',#{maktx},'%')
        </if>