@@ -2676,6 +2676,7 @@ public class PracticeGroupServiceImpl extends BaseServiceImpl<Long, PracticeGrou
if(Objects.nonNull(lastExpiredDay)&&lastExpiredDay.compareTo(courseStartDay)>=0){
courseStartDay=lastExpiredDay;
}
+ practiceGroupBuyParams.setBeRenewGroupId(practiceGroupBuyParams.getGroupId());
}else{
return BaseController.failed(HttpStatus.EXPECTATION_FAILED, "需要续费的课程组不存在");