From b58459c495d9985892ed1262e7235afeaea94821 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Mon, 24 Nov 2025 13:36:32 +0800 Subject: [PATCH] =?UTF-8?q?RFQ=20=E8=AF=B7=E5=85=88=E7=BB=B4=E6=8A=A4?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E6=A8=A1=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/PartInformationServiceImpl.java | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/xujie/sys/modules/part/service/impl/PartInformationServiceImpl.java b/src/main/java/com/xujie/sys/modules/part/service/impl/PartInformationServiceImpl.java index 49d69a22..e5134cdd 100644 --- a/src/main/java/com/xujie/sys/modules/part/service/impl/PartInformationServiceImpl.java +++ b/src/main/java/com/xujie/sys/modules/part/service/impl/PartInformationServiceImpl.java @@ -1016,7 +1016,11 @@ public class PartInformationServiceImpl extends ServiceImpl 0 ? "✅ 成功" : "❌ 失败 - 未找到匹配记录")); - + if (updateCount == 0) { System.err.println(" !!! 更新失败,请检查WHERE条件是否正确"); }