自动化立体仓库 - WMS系统
zjj
2023-09-14 d0cbcf35900093c606937a6f78423a0c75d6f939
src/main/resources/mapper/ManLocDetlMapper.xml
@@ -419,6 +419,9 @@
        where 1=1
        and b.loc_sts = 'F'
        and a.matnr = #{matnr}
        <if test="batch != null || batch != ''">
            and a.batch = #{batch}
        </if>
    </select>
    <delete id="deleteDatailed">
@@ -443,6 +446,9 @@
        where 1=1
        and loc_no = #{locNo}
        and matnr = #{matnr}
        <if test="batch != null || batch != ''">
            and batch = #{batch}
        </if>
<!--        <choose>-->
<!--            <when test="batch != null and batch!=''  ">-->
<!--                and batch = #{batch}-->