|
@@ -2089,7 +2089,7 @@ public class PracticeGroupServiceImpl extends BaseServiceImpl<Long, PracticeGrou
|
|
|
if(Objects.isNull(groupId)){
|
|
|
throw new BizException("请选择续费的课程");
|
|
|
}
|
|
|
- return practiceGroupDao.findUserPracticeGroup(userId, groupId);
|
|
|
+ return practiceGroupDao.findUserPracticeGroup2(userId, groupId);
|
|
|
}
|
|
|
|
|
|
@Override
|
|
@@ -2112,6 +2112,7 @@ public class PracticeGroupServiceImpl extends BaseServiceImpl<Long, PracticeGrou
|
|
|
} else {
|
|
|
userDefaultSubjectIds = new ArrayList<>();
|
|
|
}
|
|
|
+ Collections.swap(subjects,6,7);
|
|
|
PracticeGroupSellPrice practiceGroupSellPrice = practiceGroupSellPriceDao.get(organId);
|
|
|
result.put("subjects", subjects);
|
|
|
result.put("practiceApplyStartTime", practiceApplyStartTimeConfig.getParanValue());
|