自动化立体仓库 - WMS系统
#
zzgtfwq
7 天以前 8ea4c0fa09a08ec40e5f453bcde0fc7397b15b0d
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>