自动化立体仓库 - WMS系统
#
lty
2025-11-13 cc27cb7605ba48ebe83e9d8736d7e539eb01d36a
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>