소스 검색

debug 建设方案状态

master
PoffyZhang 1 년 전
부모
커밋
27528021b0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      pmapi/src/main/java/com/ningdatech/pmapi/projectdeclared/manage/ConstructionPlanManage.java

+ 1
- 1
pmapi/src/main/java/com/ningdatech/pmapi/projectdeclared/manage/ConstructionPlanManage.java 파일 보기

@@ -365,7 +365,7 @@ public class ConstructionPlanManage {
throw new BizException("该流程的项目关联信息不存在!");
}

if(InstTypeEnum.CONSTRUCTION_PLAN_REVIEW.getCode().equals(projectInst.getInstType())){
if(!InstTypeEnum.CONSTRUCTION_PLAN_REVIEW.getCode().equals(projectInst.getInstType())){
throw new BizException("此流程不是建设方案流程 保存失败!");
}



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