自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-04-01 6b6889444c9da4bc03dc90b150b594659d8e2dc5
src/main/resources/mapper/LocDetlMapper.xml
@@ -97,9 +97,6 @@
        <if test="anfme!=null and anfme!='' ">
            and a.anfme like '%' + #{anfme} + '%'
        </if>
        <if test="altme!=null and altme!='' ">
            and a.altme like '%' + #{altme} + '%'
        </if>
        <if test="startTime!=null and endTime!=null">
            and a.modi_time between #{startTime} and #{endTime}
        </if>