自动化立体仓库 - WMS系统
1
zhang
2025-07-09 20bd270fbecc8356a17b1b429eb97abe1a48700e
1
1个文件已修改
9 ■■■■ 已修改文件
src/main/resources/mapper/LocDetlMapper.xml 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/LocDetlMapper.xml
@@ -92,7 +92,14 @@
        where 1=1
        and loc_no = #{locNo}
        and matnr = #{matnr}
        <include refid="batchSeq"></include>
        <choose>
            <when test="batch != null and batch != ''">
                and sku = #{batch}
            </when>
            <otherwise>
                and (sku IS NULL OR sku = '')
            </otherwise>
        </choose>
    </update>
    <sql id="stockOutCondition">