自动化立体仓库 - WMS系统
Junjie
2024-05-31 7153ce9e235102c07830c7160fd36fd8f9e0ca6a
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="matnr != null and matnr != ''">
            and mm.matnr2 like concat('%',#{matnr2},'%')
        </if>
        <if test="maktx != null and maktx != ''">
            and mm.maktx like concat('%',#{maktx},'%')
        </if>