自动化立体仓库 - WMS系统
Administrator
8 天以前 b90d0e82bce66fce8e243de13a85fd4f7e1c2e47
src/main/resources/mapper/WrkDetlLogMapper.xml
@@ -67,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>
@@ -76,6 +79,12 @@
        <if test="specs != null and specs != ''">
            and a.specs like concat('%',#{specs},'%')
        </if>
        <if test="unit != null and unit != ''">
            and a.unit like concat('%',#{unit},'%')
        </if>
        <if test="brand != null and brand != ''">
            and a.brand like concat('%',#{brand},'%')
        </if>
    </sql>
    <select id="selectWrkDetlLogs" resultMap="BaseResultMap">