浏览代码

1、教务端课程交换
2、vip课退课费用及相关逻辑调整
3、补签到、签退

Joburgess 5 年之前
父节点
当前提交
8fb593c1b0
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      mec-biz/src/main/java/com/ym/mec/biz/service/impl/VipGroupServiceImpl.java

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

@@ -2311,10 +2311,6 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
 		if(Objects.isNull(vipGroup)){
 		if(Objects.isNull(vipGroup)){
 			throw new BizException("未找到指定的vip课程");
 			throw new BizException("未找到指定的vip课程");
 		}
 		}
-		if(!vipGroup.getStatus().equals(VipGroupStatusEnum.APPLYING)
-				&&!vipGroup.getStatus().equals(VipGroupStatusEnum.NOT_START)){
-			throw new BizException("此课程不处于报名状态");
-		}
 		ClassGroup classGroup = classGroupDao.findByVipGroup(vipGroupId, null);
 		ClassGroup classGroup = classGroupDao.findByVipGroup(vipGroupId, null);
 
 
         Integer studentNum = classGroupStudentMapperDao.countClassGroupStudentNum(classGroup.getId());
         Integer studentNum = classGroupStudentMapperDao.countClassGroupStudentNum(classGroup.getId());