Parcourir la source

删除无用代码

master
CMM il y a 1 an
Parent
révision
9081a0fc71
1 fichiers modifiés avec 0 ajouts et 8 suppressions
  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 Voir le fichier

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


Chargement…
Annuler
Enregistrer