提交 ff50ddb7 authored 作者: zhouzhigang's avatar zhouzhigang

--no commit message

上级 5349b6cd
......@@ -215,7 +215,7 @@ public class FgBasicTeachingPlanServiceImpl extends BaseModelServiceImpl<BasicTe
CycleStatusAndFlowCodeVo biddingConfig = biddingFlowService.getBiddingConfig();
if(biddingConfig != null){
if("1".equals(biddingConfig.getStatus())){
throw new BaseException("当前有开启的征订周期,请联系出版社管理员");
throw new BaseException("当前有开启的征订周期,不能进行删除操作,请联系出版社管理员");
}
}
List<Integer> list = new ArrayList<Integer>();
......
......@@ -338,7 +338,7 @@ public class FgClassManagementServiceImpl extends BaseModelServiceImpl<ClassMana
CycleStatusAndFlowCodeVo biddingConfig = biddingFlowService.getBiddingConfig();
if(biddingConfig != null){
if("1".equals(biddingConfig.getStatus())){
throw new BaseException("当前有开启的征订周期,请联系出版社管理员");
throw new BaseException("当前有开启的征订周期,不能进行删除操作,请联系出版社管理员");
}
}
//删除班级下的学生
......
......@@ -356,7 +356,7 @@ public class FgMajorServiceImpl extends BaseModelServiceImpl<Major,Integer> impl
CycleStatusAndFlowCodeVo biddingConfig = biddingFlowService.getBiddingConfig();
if(biddingConfig != null){
if("1".equals(biddingConfig.getStatus())){
throw new BaseException("当前有开启的征订周期,请联系出版社管理员");
throw new BaseException("当前有开启的征订周期,不能进行删除操作,请联系出版社管理员");
}
}
List<Integer> list = new ArrayList<Integer>();
......
......@@ -376,7 +376,7 @@ public class FgPublicLessonServiceImpl extends BaseModelServiceImpl<PublicLesson
CycleStatusAndFlowCodeVo biddingConfig = biddingFlowService.getBiddingConfig();
if(biddingConfig != null){
if("1".equals(biddingConfig.getStatus())){
throw new BaseException("当前有开启的征订周期,请联系出版社管理员");
throw new BaseException("当前有开启的征订周期,不能进行删除操作,请联系出版社管理员");
}
}
ids.forEach(vo ->{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论