自动化立体仓库 - WMS系统
#
TQS
2023-02-04 222faaec622c83f10dc0416d2683b974cc5900d4
src/main/resources/mapper/LocDetlMapper.xml
@@ -103,6 +103,9 @@
        <if test="zpallet!=null and zpallet!='' ">
            and a.zpallet like '%' + #{zpallet} + '%'
        </if>
        <if test="manu!=null and manu!='' ">
            and a.manu like '%' + #{manu} + '%'
        </if>
        <if test="startTime!=null and endTime!=null">
            and a.modi_time between #{startTime} and #{endTime}
        </if>