自动化立体仓库 - WMS系统
#
zjj
2024-11-09 c48e244fdc73ca83db1d8ea0c418b70125d4cab1
src/main/resources/mapper/LocDetlMapper.xml
@@ -110,7 +110,7 @@
            and a.owner =  #{owner}
        </if>
        <if test="batch !=null and batch!='' ">
            and a.batch like  #{batch}
            and a.batch like  '%' + #{batch} + '%'
        </if>
    </sql>