diff --git a/mhd_oms/src/main/resources/mapper/reservationMaterialInventory/MaterialInventoryMapper.xml b/mhd_oms/src/main/resources/mapper/reservationMaterialInventory/MaterialInventoryMapper.xml
index ce0ef0797..562e9462a 100644
--- a/mhd_oms/src/main/resources/mapper/reservationMaterialInventory/MaterialInventoryMapper.xml
+++ b/mhd_oms/src/main/resources/mapper/reservationMaterialInventory/MaterialInventoryMapper.xml
@@ -240,10 +240,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and a.container_type_name like concat('%', #{containerTypeName}, '%')
-
- and a.inventory_quantity = #{inventoryQuantity}
- and a.inventory_quantity != 0
-
+
and a.allocation_quantity = #{allocationQuantity}