自动化立体仓库 - WMS系统
skyouc
2026-04-01 fb4c2cc68e4eb686b931425c0d24ac4515b31ca9
src/main/resources/mapper/WrkDetlMapper.xml
@@ -55,12 +55,9 @@
    <sql id="batchSeq">
        <choose>
            <when test="batch != null and batch != ''">
                and batch = #{batch}
            <when test="suppCode != null and suppCode != ''">
                and supp_code = #{suppCode}
            </when>
            <otherwise>
                and (batch IS NULL OR batch = '')
            </otherwise>
        </choose>
    </sql>