重评控制-单一来源简化流程不能重评
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user