重评控制-单一来源简化流程不能重评

This commit is contained in:
yss
2024-08-09 11:15:15 +08:00
parent 46f8f73b91
commit 853b059bb9

View File

@ -319,6 +319,10 @@ public class ProjectReEvaluationServiceImpl extends BaseServiceImpl<ProjectReEva
ProjectSection section = sectionService.getById(sectionId);
if(null != section){
if(section.getChooseProcess()!=null && section.getChooseProcess().equals("choose_process_59")){
//单一来源简化流程 没有重评
CommonExceptionEnum.FRAME_EXCEPTION_COMMON_DATA_OTHER_ERROR.customValidName("项目属于单一来源简化流程不能重评",true);
}
if(null != section.getBusinessModule() && section.getBusinessModule().equals(ProjectCommonUtil.BUSINESS_MODULE_11)){
result = true;
}