自动化立体仓库 - WMS系统
#
zzgtfwq
2025-12-14 8f74af0d32e39326d106cc7fb5dfc8b1d1501abc
src/main/resources/mapper/LocDetlMapper.xml
@@ -265,6 +265,12 @@
        <if test="payment != null">
            and t.payment = #{payment}
        </if>
        <if test="sku != null">
            and t.sku = #{sku}
        </if>
        <if test="supp != null">
            and t.supp = #{supp}
        </if>
    </sql>