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