瀏覽代碼

debug 建设方案状态

master
PoffyZhang 11 月之前
父節點
當前提交
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("此流程不是建设方案流程 保存失败!");
}



Loading…
取消
儲存