自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-07-11 ce6b5be6c0e1544bcc66f9fce9efec3ced724d95
src/main/resources/mapper/LocDetlMapper.xml
@@ -30,6 +30,18 @@
        <if test="matnr!=null and matnr!='' ">
            and a.matnr like '%' + #{matnr} + '%'
        </if>
        <if test="maktx!=null and maktx!='' ">
            and a.maktx like '%' + #{maktx} + '%'
        </if>
        <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>
    </sql>
    <select id="getStockOutPage" resultMap="BaseResultMap">