This commit is contained in:
ajaxfan
2021-02-07 14:49:29 +08:00
parent fa5f673040
commit 6ee5963c3f

View File

@ -277,13 +277,11 @@ public class ProjectSectionServiceImpl extends BaseServiceImpl<ProjectSectionMap
boolean result = this.update(updateWrapper); boolean result = this.update(updateWrapper);
throw new RuntimeException("Debug Exception"); ProjectExceptionEnum.FRAME_EXCEPTION_PROJECT_SECTION_UPDATE_MODULE.customValid(!result);
// ProjectExceptionEnum.FRAME_EXCEPTION_PROJECT_SECTION_UPDATE_MODULE.customValid(!result); sectionFlowService.saveSectionList(sectionIds,ProjectCommonUtil.BUSINESS_MODULE_7,ProjectCommonUtil.BUSINESS_MODULE_8);
//
// sectionFlowService.saveSectionList(sectionIds,ProjectCommonUtil.BUSINESS_MODULE_7,ProjectCommonUtil.BUSINESS_MODULE_8); return result;
//
// return result;
} }
@Override @Override