自动化立体仓库 - WMS系统
*
L
2 天以前 c3617b473555b7b37755f92a04e258f0e55f333d
src/main/resources/mapper/LocDetlMapper.xml
@@ -110,6 +110,12 @@
        <if test="specs!=null and specs!='' ">
            and a.specs like '%' + #{specs} + '%'
        </if>
        <if test="model!=null and model!='' ">
            and a.model like '%' + #{model} + '%'
        </if>
        <if test="danger!=null">
            and a.danger = #{danger}
        </if>
    </sql>
    <select id="getStockOutPage" resultMap="BaseResultMap">