|
@@ -2459,6 +2459,9 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
|
if(vipGroup.getStatus().equals(VipGroupStatusEnum.CANCEL)){
|
|
|
throw new BizException("不能对已停止的课程进行此操作");
|
|
|
}
|
|
|
+ if(vipGroup.getName().startsWith("考前辅导课")){
|
|
|
+ throw new BizException("当前课程类型不支持退学");
|
|
|
+ }
|
|
|
|
|
|
VipGroupCategory vipGroupCategory = vipGroupCategoryDao.get(vipGroup.getVipGroupCategoryId());
|
|
|
|