|
@@ -237,7 +237,7 @@ public class GroupClassServiceImpl implements GroupClassService {
|
|
|
return BaseController.failed(HttpStatus.PARTIAL_CONTENT,format);
|
|
|
}
|
|
|
if(activityUserMapper.getGivePracticeFlag() == 2){
|
|
|
- PracticeGroup practiceGroup = practiceGroupDao.get(activityUserMapper.getGiveVipGroupId());
|
|
|
+ PracticeGroup practiceGroup = practiceGroupDao.get(activityUserMapper.getGivePracticeGroupId());
|
|
|
String format = String.format("该课程组通过%s创建,含赠课课程组%s %s,确认退学(关闭)后赠课课程组也将退学", activity.getName(),practiceGroup.getId(),practiceGroup.getName());
|
|
|
return BaseController.failed(HttpStatus.PARTIAL_CONTENT,format);
|
|
|
}
|