From a8733f2d32b93d15b319a83cae97072311efb05e Mon Sep 17 00:00:00 2001 From: Rui_Li <877258667@qq.com> Date: Wed, 28 May 2025 10:31:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E6=9D=83=E9=99=90=E4=B8=8D=E8=B6=B3=20=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/Impl/TechnicalSpecificationServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/spring/modules/sampleManagement/service/Impl/TechnicalSpecificationServiceImpl.java b/src/main/java/com/spring/modules/sampleManagement/service/Impl/TechnicalSpecificationServiceImpl.java index 0d787198..48f86b2a 100644 --- a/src/main/java/com/spring/modules/sampleManagement/service/Impl/TechnicalSpecificationServiceImpl.java +++ b/src/main/java/com/spring/modules/sampleManagement/service/Impl/TechnicalSpecificationServiceImpl.java @@ -1175,7 +1175,7 @@ public class TechnicalSpecificationServiceImpl implements TechnicalSpecification throw new RuntimeException("未绑定域控账号!"); } if (!checkLdapDirectory.checkUserLdapDirectory(account,baseUrl)) { - throw new RuntimeException("文件服务权限不足!"); + throw new RuntimeException("权限不足,无法访问,请联系管理员!"); } return data; }