Browse Source

删除无用代码

master
CMM 1 year ago
parent
commit
9081a0fc71
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      pmapi/src/main/java/com/ningdatech/pmapi/todocenter/manage/HandlerManage.java

+ 0
- 8
pmapi/src/main/java/com/ningdatech/pmapi/todocenter/manage/HandlerManage.java View File

@@ -267,14 +267,6 @@ public class HandlerManage {
if (!InstTypeEnum.APPLY_DELAY.getCode().equals(instType) && !InstTypeEnum.APPLY_BORROW.getCode().equals(instType)) { if (!InstTypeEnum.APPLY_DELAY.getCode().equals(instType) && !InstTypeEnum.APPLY_BORROW.getCode().equals(instType)) {
// 更新项目状态和流程状态 // 更新项目状态和流程状态
updateRejectProjectStatus(userId, declaredProject, 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(), noticeManage.sendNotice(instance.getStartUserId(),userId,declaredProject,instance.getProcessDefinitionName(),


Loading…
Cancel
Save