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