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>