From 9081a0fc71c018541d447d9cba835647fb46931a Mon Sep 17 00:00:00 2001 From: CMM <2198256324@qq.com> Date: Fri, 7 Jul 2023 16:13:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/ningdatech/pmapi/todocenter/manage/HandlerManage.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pmapi/src/main/java/com/ningdatech/pmapi/todocenter/manage/HandlerManage.java b/pmapi/src/main/java/com/ningdatech/pmapi/todocenter/manage/HandlerManage.java index 5850b0e..58f197a 100644 --- a/pmapi/src/main/java/com/ningdatech/pmapi/todocenter/manage/HandlerManage.java +++ b/pmapi/src/main/java/com/ningdatech/pmapi/todocenter/manage/HandlerManage.java @@ -267,14 +267,6 @@ public class HandlerManage { if (!InstTypeEnum.APPLY_DELAY.getCode().equals(instType) && !InstTypeEnum.APPLY_BORROW.getCode().equals(instType)) { // 更新项目状态和流程状态 updateRejectProjectStatus(userId, declaredProject, instType); - }else { - // 如果是延期申请审核被驳回,恢复项目建设周期和验收时间 - if (InstTypeEnum.APPLY_DELAY.getCode().equals(instType)){ - ProjectDelayApply projectDelayApply = projectDelayApplyService.getOne(Wrappers.lambdaQuery(ProjectDelayApply.class) - .eq(ProjectDelayApply::getProjectId, declaredProject.getId()) - .eq(ProjectDelayApply::getInstanceId, instanceId)); - - } } //发送消息 noticeManage.sendNotice(instance.getStartUserId(),userId,declaredProject,instance.getProcessDefinitionName(),