自动化立体仓库 - WMS系统
#
tzsk
2024-03-30 97e9a5ee1a43ce18509554b2da8e1d174abbe0de
src/main/resources/mapper/LocDetlMapper.xml
@@ -64,7 +64,15 @@
        where 1=1
        and loc_no = #{locNo}
        and matnr = #{matnr}
        and (batch IS NULL OR batch = '')
--         and (batch IS NULL OR batch = '')
        <choose>
            <when test="batch != null and batch != ''">
                and batch = #{batch}
            </when>
            <!--            <otherwise>-->
            <!--                and (supp_code IS NULL OR supp_code = '')-->
            <!--            </otherwise>-->
        </choose>
        <choose>
            <when test="suppCode != null and suppCode != ''">
                and supp_code = #{suppCode}