自动化立体仓库 - WMS系统
#
mrzhssss
2022-09-12 63fd84ee4ad4a9e39d875fb8000f2ddd12864248
src/main/resources/mapper/ManLocDetlMapper.xml
@@ -40,6 +40,9 @@
        <if test="loc_no != null and loc_no != ''">
            and mld.loc_no like concat('%',#{loc_no},'%')
        </if>
        <if test="locNo != null and locNo != ''">
            and mld.loc_no like concat('%',#{loc_no},'%')
        </if>
        <if test="matnr != null and matnr != ''">
            and mld.matnr like concat('%',#{matnr},'%')
        </if>