#
whycq
2024-07-11 0430c84aa26eaaad039803dad9c24d55f36b3050
zy-asrs-common/src/main/resources/mapper/wms/LocDetlMapper.xml
@@ -29,6 +29,9 @@
        <if test="map.anfme!=null and map.anfme!='' ">
            and a.anfme like '%' + #{map.anfme} + '%'
        </if>
        <if test="map.owner!=null and map.owner!='' ">
            and a.owner like '%' + #{map.owner} + '%'
        </if>
        <if test="map.startTime!=null and map.endTime!=null">
            and a.modi_time between #{map.startTime} and #{map.endTime}
        </if>