自动化立体仓库 - WMS系统
pang.jiabao
2025-04-27 f1a3407130d88ad15320ab9fcfabd109e5127c78
src/main/resources/mapper/WrkDetlLogMapper.xml
@@ -45,6 +45,8 @@
        <result column="appe_user" property="appeUser"/>
        <result column="appe_time" property="appeTime"/>
        <result column="memo" property="memo"/>
        <result column="roll_up" property="rollUp" />
    </resultMap>
    <sql id="batchSeq">
@@ -65,6 +67,9 @@
        <if test="batch != null and batch != ''">
            and a.batch like concat('%',#{batch},'%')
        </if>
        <if test="model != null and model != ''">
            and a.model like concat('%',#{model},'%')
        </if>
        <if test="matnr != null and matnr != ''">
            and a.matnr like concat('%',#{matnr},'%')
        </if>