Junjie
2024-10-30 7311e99980ef0ffa10cc92a934cc840d164fe7aa
zy-asrs-common/src/main/resources/mapper/wms/LocDetlMapper.xml
@@ -23,6 +23,9 @@
        <if test="map.maktx!=null and map.maktx!='' ">
            and a.maktx like '%' + #{map.maktx} + '%'
        </if>
        <if test="map.zpallet!=null and map.zpallet!='' ">
            and a.zpallet like '%' + #{map.zpallet} + '%'
        </if>
        <if test="map.batch!=null and map.batch!='' ">
            and a.batch like '%' + #{map.batch} + '%'
        </if>