自动化立体仓库 - WMS系统
#
whycq
2023-08-28 c9bb514f91a3a1b0e1eaa59718768d77373412c9
src/main/resources/mapper/LocDetlMapper.xml
@@ -108,6 +108,9 @@
        <if test="manu!=null and manu!='' ">
            and a.manu like '%' + #{manu} + '%'
        </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>