|
@@ -1575,7 +1575,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
|
throw new BizException("指定的课程不存在");
|
|
|
}
|
|
|
if(!VipGroupStatusEnum.PROGRESS.equals(vipGroup.getStatus())){
|
|
|
- throw new BizException("无法进行该操作");
|
|
|
+ throw new BizException("当前课程组状态非进行中,无法进行该操作");
|
|
|
}
|
|
|
List<StudentApplyRefunds> studentApplyRefunds = studentApplyRefundsDao.findByGroupAndUser(vipGroupId.toString(), GroupType.VIP.getCode(), studentId);
|
|
|
if(!CollectionUtils.isEmpty(studentApplyRefunds)){
|