自动化立体仓库 - WMS系统
#1
lsh
2025-12-17 6c00757e63a69b8d527f1b978859b17c8db136f6
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">