自动化立体仓库 - WMS系统
*
lsh
2025-10-27 0970ed5ac8c8fd31d08fb5bc9f98ae01d0d6fbd4
src/main/resources/mapper/WrkDetlLogMapper.xml
@@ -71,6 +71,12 @@
        <if test="batch != null and batch != ''">
            and a.batch like concat('%',#{batch},'%')
        </if>
        <if test="sku != null and sku != ''">
            and a.sku like concat('%',#{sku},'%')
        </if>
        <if test="memo != null and memo != ''">
            and a.memo like concat('%',#{memo},'%')
        </if>
        <if test="matnr != null and matnr != ''">
            and a.matnr like concat('%',#{matnr},'%')
        </if>