|
@@ -1108,7 +1108,9 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
@Override
|
|
|
public void applyRefund(Long vipGroupId) {
|
|
|
-
|
|
|
+ if(true){
|
|
|
+ throw new BizException("暂不支持退课");
|
|
|
+ }
|
|
|
SysUser sysUser = sysUserFeignService.queryUserInfo();
|
|
|
if (null == sysUser) {
|
|
|
throw new BizException("获取用户信息失败");
|