|
@@ -2000,6 +2000,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
|
if(Objects.isNull(classGroup)){
|
|
|
throw new BizException("班级不存在");
|
|
|
}
|
|
|
+ vipGroup.setStopReason(stopReason);
|
|
|
List<Long> courseScheduleIds = courseScheduleDao.findVipGroupNotStartCourseScheduleIds(vipGroupId.toString(),GroupType.VIP.getCode());
|
|
|
if(vipGroup.getStatus()==VipGroupStatusEnum.NOT_START){
|
|
|
vipGroup.setStatus(VipGroupStatusEnum.CANCEL);
|
|
@@ -2047,7 +2048,6 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
|
}
|
|
|
|
|
|
vipGroup.setStatus(VipGroupStatusEnum.CANCEL);
|
|
|
- vipGroup.setStopReason(stopReason);
|
|
|
vipGroupDao.update(vipGroup);
|
|
|
classGroup.setDelFlag(1);
|
|
|
classGroupDao.update(classGroup);
|