소스 검색

删除无用代码

master
CMM 1 년 전
부모
커밋
9081a0fc71
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  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 파일 보기

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


불러오는 중...
취소
저장