自动化立体仓库 - WMS系统
#
tzsk
2025-07-30 bc20e7dc43b97367b7b70b678e71140a33846ff0
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 != ''">