From facd1cfd934bec95a9f85b0579f68d374bc0e5d5 Mon Sep 17 00:00:00 2001
From: hdka <823267011@qq.com>
Date: Mon, 11 Aug 2025 14:24:20 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../main/resources/mapper/work/IndustryMaterialMapper.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/industry-system/src/main/resources/mapper/work/IndustryMaterialMapper.xml b/industry-system/src/main/resources/mapper/work/IndustryMaterialMapper.xml
index 5b675542..c63a2bc9 100644
--- a/industry-system/src/main/resources/mapper/work/IndustryMaterialMapper.xml
+++ b/industry-system/src/main/resources/mapper/work/IndustryMaterialMapper.xml
@@ -382,10 +382,10 @@
- delete from industry_material where id in
-
- #{id}
-
+ delete
+ from industry_material
+ where id = #{id}
+