|
|
@@ -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(), |
|
|
|