guoyujie
2025-07-09 7071e6b8b3f144b80463b2c99684d4187bc2b79a
north-glass-erp/src/main/resources/mapper/mm/MaterialInventory.xml
@@ -287,6 +287,12 @@
            <if test="materialOutbound.reviewed != null and materialOutbound.reviewed != ''">
                and mo.reviewed regexp #{materialOutbound.reviewed}
            </if>
            <if test="materialOutbound.project != null and materialOutbound.project != ''">
                and mo.project regexp #{materialOutbound.project}
            </if>
            <if test="materialOutbound.batch != null and materialOutbound.batch != ''">
                and mo.batch regexp #{materialOutbound.batch}
            </if>
        </where>
    </select>