自动化立体仓库 - WMS系统
1
zhang
2025-07-09 cbaed669c30a98f350857ba2d60c8ef7de012955
src/main/resources/mapper/LocDetlMapper.xml
@@ -53,10 +53,10 @@
    <sql id="batchSeq">
        <choose>
            <when test="batch != null and batch != ''">
                and batch = #{batch}
                and sku = #{batch}
            </when>
            <otherwise>
                and (batch IS NULL OR batch = '')
                and (sku IS NULL OR sku = '')
            </otherwise>
        </choose>
    </sql>