|
@@ -1823,9 +1823,6 @@ public class PracticeGroupServiceImpl extends BaseServiceImpl<Long, PracticeGrou
|
|
|
} else {
|
|
|
userDefaultSubjectIds = new ArrayList<>();
|
|
|
}
|
|
|
- if (subjects.size() > 7) {
|
|
|
- Collections.swap(subjects, 6, 7);
|
|
|
- }
|
|
|
PracticeGroupSellPrice practiceGroupSellPrice = practiceGroupSellPriceDao.get(organId);
|
|
|
result.put("subjects", subjects);
|
|
|
// result.put("practiceApplyStartTime", practiceApplyStartTimeConfig);
|