From a3c5bfa1c0f974c25b789451570b45948a421868 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Mon, 11 May 2026 09:32:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=81=E8=AE=B8=E4=BF=AE=E6=94=B9=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pms/service/Impl/ProofingInformationServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/xujie/sys/modules/pms/service/Impl/ProofingInformationServiceImpl.java b/src/main/java/com/xujie/sys/modules/pms/service/Impl/ProofingInformationServiceImpl.java index d7003f8f..5997008d 100644 --- a/src/main/java/com/xujie/sys/modules/pms/service/Impl/ProofingInformationServiceImpl.java +++ b/src/main/java/com/xujie/sys/modules/pms/service/Impl/ProofingInformationServiceImpl.java @@ -135,8 +135,8 @@ public class ProofingInformationServiceImpl implements ProofingInformationServic if (proofingInformationData1.isEmpty() || proofingInformationData1 == null || proofingInformationData1.size() == 0) { proofingInformationMapper.deleteProofingDocument(proofingInformationData); } else { - deleteSuccessful = false; - throw new RuntimeException("该打样记录的打样文档存在上传的文件"); + //deleteSuccessful = false; + //throw new RuntimeException("该打样记录的打样文档存在上传的文件"); } } catch (Exception e) { deleteSuccessful = false;