From c1b6204efd9629e3f37cb1354b0fb5154184d385 Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Mon, 9 Feb 2026 19:57:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=89=E8=AE=BF=E6=B6=89=E8=AF=89--=E5=8F=AA?= =?UTF-8?q?=E6=9C=89=E5=B8=82=E5=B1=80=E7=AE=A1=E7=90=86=E5=91=98=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../complaintCollection/ComplaintCollectionServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/biutag/supervision/service/complaintCollection/ComplaintCollectionServiceImpl.java b/src/main/java/com/biutag/supervision/service/complaintCollection/ComplaintCollectionServiceImpl.java index 3606faa..a501593 100644 --- a/src/main/java/com/biutag/supervision/service/complaintCollection/ComplaintCollectionServiceImpl.java +++ b/src/main/java/com/biutag/supervision/service/complaintCollection/ComplaintCollectionServiceImpl.java @@ -174,7 +174,7 @@ public class ComplaintCollectionServiceImpl implements ComplaintCollectionServic UserAuth user = UserContextHolder.getCurrentUser(); List roleCodes = user.getRoleCodes(); if (CollectionUtil.isEmpty(roleCodes) || roleCodes.stream().noneMatch(allowUpdateRoles::contains)) { - throw new IllegalStateException("只有市局管理员可以修改!"); + throw new IllegalStateException("只有[市局管理员、信访投诉-市局管理员]可以修改!"); } String id = request.getId(); ComplaintCollectionExistParam existParam = new ComplaintCollectionExistParam();