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());