diff --git a/industry-system/src/main/resources/mapper/work/IndustryMaterialMapper.xml b/industry-system/src/main/resources/mapper/work/IndustryMaterialMapper.xml
index d5e1d82f..56c0f85a 100644
--- a/industry-system/src/main/resources/mapper/work/IndustryMaterialMapper.xml
+++ b/industry-system/src/main/resources/mapper/work/IndustryMaterialMapper.xml
@@ -120,7 +120,7 @@
and diameter = #{diameter}
and batch_id = #{batchId}
and sort = #{sort}
- and state = #{state} or state = 5
+ and (state = #{state} or state = 5 or state =3 or state = 4 )
and step_size = #{stepSize}
and final_width = #{finalWidth}
and final_diameter = #{finalDiameter}