From a47812437953277ec4c5b7fe95807a350769e4e2 Mon Sep 17 00:00:00 2001
From: 86156 <823267011@qq.com>
Date: Fri, 1 Aug 2025 16:02:49 +0800
Subject: [PATCH] =?UTF-8?q?bug=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/work/IndustryMaterialMapper.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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}