chenlu
2025-07-09 0bc7e73b3fc23c115b7f2010a0018c42bd403b1a
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>