Joburgess 5 년 전
부모
커밋
f9179ff073
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      mec-biz/src/main/java/com/ym/mec/biz/service/impl/VipGroupServiceImpl.java

+ 0 - 3
mec-biz/src/main/java/com/ym/mec/biz/service/impl/VipGroupServiceImpl.java

@@ -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;
 		}