|
@@ -2304,9 +2304,6 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
|
if(Objects.isNull(oldVipGroupInfo)){
|
|
|
throw new BizException("指定的vip课不存在");
|
|
|
}
|
|
|
- if(!VipGroupStatusEnum.PROGRESS.equals(oldVipGroupInfo.getStatus())){
|
|
|
- throw new BizException("非进行中课程组不允许进行此操作");
|
|
|
- }
|
|
|
if(Objects.isNull(vipGroupApplyBaseInfo.getId())){
|
|
|
return;
|
|
|
}
|