自动化立体仓库 - WMS系统
#
lty
2025-12-19 4d3e44bdb22726549f51272ad5a52ce359ac2d66
src/main/resources/mapper/WrkDetlLogMapper.xml
@@ -51,6 +51,8 @@
        <result column="box_type1" property="boxType1" />
        <result column="box_type2" property="boxType2" />
        <result column="box_type3" property="boxType3" />
        <result column="owner" property="owner"/>
        <result column="uuid" property="uuid"/>
    </resultMap>
    <sql id="batchSeq">
@@ -71,6 +73,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>