From 4fcc6c6caf3460669c809ec81b82ad0f135bea90 Mon Sep 17 00:00:00 2001 From: zhangyue Date: Sat, 16 May 2026 11:10:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AE=89=E5=85=A8=E7=8E=AF?= =?UTF-8?q?=E4=BF=9D=E6=A3=80=E6=9F=A5=E6=A0=B8=E5=AE=9E=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E5=8F=91=E9=80=81=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SafetyEnvironmentalInspectionUserUpdateExe.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web-app/src/main/java/com/zcloud/key/project/command/inspection/SafetyEnvironmentalInspectionUserUpdateExe.java b/web-app/src/main/java/com/zcloud/key/project/command/inspection/SafetyEnvironmentalInspectionUserUpdateExe.java index 73eba58..e678f66 100644 --- a/web-app/src/main/java/com/zcloud/key/project/command/inspection/SafetyEnvironmentalInspectionUserUpdateExe.java +++ b/web-app/src/main/java/com/zcloud/key/project/command/inspection/SafetyEnvironmentalInspectionUserUpdateExe.java @@ -98,6 +98,10 @@ public class SafetyEnvironmentalInspectionUserUpdateExe { sendParams.put("checkTitle", inspectionDO.getProjectName()); messageNoticeExe.messageNotice(inspectionDO.getCreateId(), messageTemplateConfig.getCheckInitiatorApplyCheckNotPass(), sendParams); messageNoticeExe.sendMessageAddEvent(inspectionDO.getCreateId(), "您有一条【安全环保检查】待处理","检查任务核实不通过,请您尽快处理。", inspectionDO.getId(), userList.get(0).getId()); + List verifyComList = safetyEnvironmentalInspectionUserRepository.listAllByInspectionId(cmd.getInspectionId(), type); + for (SafetyEnvironmentalInspectionUserDO verifyCom : verifyComList){ + messageNoticeExe.sendMessageCompleteEvent(verifyCom.getId()); + } } // 关闭当前人员核实待办 messageNoticeExe.sendMessageCompleteEvent(verifyUserList.get(0).getId());