Explorar el Código

debug 建设方案状态

tags/24080901
PoffyZhang hace 1 año
padre
commit
27528021b0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

@@ -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("此流程不是建设方案流程 保存失败!");
}



Cargando…
Cancelar
Guardar