|
@@ -1174,7 +1174,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
|
if(classGroup.getStudentNum()>1&&(VipGroupStatusEnum.APPLYING.equals(vipGroup.getStatus()))){
|
|
|
int i = studentPaymentOrderDao.countGroupOrderWithoutFailed(vipGroupBuyParams.getVipGroupId().toString(), GroupType.VIP);
|
|
|
if(i<=0){
|
|
|
- throw new BizException("VIP课程存在手动添加用户,无法进行购买!");
|
|
|
+ throw new BizException("该课程已经无法通过购买加入,请联系教务老师!");
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -2487,7 +2487,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
|
if(classGroup.getStudentNum()>1&&(VipGroupStatusEnum.APPLYING.equals(vipGroup.getStatus()))){
|
|
|
int i = studentPaymentOrderDao.countGroupOrderWithoutFailed(vipGroupId.toString(), GroupType.VIP);
|
|
|
if(i>0){
|
|
|
- throw new BizException("VIP课程存在购买用户,无法进行添加学员操作!");
|
|
|
+ throw new BizException("该课程组学员为购买加入,无法添加学员加入,请走学员走购买流程!");
|
|
|
}
|
|
|
}
|
|
|
|