自动化立体仓库 - WMS系统
#
tqs
2022-12-22 1a041226e6c10c67fc6f2755c3197d49f318e436
src/main/resources/mapper/LocDetlMapper.xml
@@ -94,6 +94,9 @@
        <if test="maktx!=null and maktx!='' ">
            and a.maktx like '%' + #{maktx} + '%'
        </if>
        <if test="specs!=null and specs!='' ">
            and a.specs like '%' + #{specs} + '%'
        </if>
        <if test="anfme!=null and anfme!='' ">
            and a.anfme like '%' + #{anfme} + '%'
        </if>