From b5f58412eb11e243a0dcc4926afd955183b477aa Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Tue, 24 Mar 2026 09:37:09 +0800 Subject: [PATCH] =?UTF-8?q?fix--=E5=8E=BB=E9=99=A4=E5=B1=80=E9=95=BF?= =?UTF-8?q?=E4=BF=A1=E7=AE=B1=E7=8A=B6=E6=80=81=E7=9A=84=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ComplaintCollectionServiceImpl.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 de45549..751fdde 100644 --- a/src/main/java/com/biutag/supervision/service/complaintCollection/ComplaintCollectionServiceImpl.java +++ b/src/main/java/com/biutag/supervision/service/complaintCollection/ComplaintCollectionServiceImpl.java @@ -306,10 +306,10 @@ public class ComplaintCollectionServiceImpl implements ComplaintCollectionServic .stream() .findFirst() .orElseThrow(() -> new ValidationException("未找到对应的投诉数据")); - if ("23".equals(complaint.getSourceTable()) && - !ComplaintCollectionProcessingStatusEnum.ALLOWED_COMPLETE_STATUS.contains(complaint.getProcessingStatus())) { - throw new ValidationException("局长信箱只能操作已办结和已终止类型状态"); - } +// if ("23".equals(complaint.getSourceTable()) && +// !ComplaintCollectionProcessingStatusEnum.ALLOWED_COMPLETE_STATUS.contains(complaint.getProcessingStatus())) { +// throw new ValidationException("局长信箱只能操作已办结和已终止类型状态"); +// } String userName = UserContextHolder.getCurrentUser().getUserName(); String checkStatus = SfssUtil.getCheckStatusCategory(request.getCheckStatusCode()); // 更新表头基本信息