|
@@ -714,7 +714,7 @@ public class CourseScheduleServiceImpl extends BaseServiceImpl<Long, CourseSched
|
|
.stream()
|
|
.stream()
|
|
.collect(Collectors.groupingBy(ClassGroupStudentMapper::getClassGroupId));
|
|
.collect(Collectors.groupingBy(ClassGroupStudentMapper::getClassGroupId));
|
|
|
|
|
|
- Map<Long, List<CourseScheduleStudentPayment>> exitStudentPaymentMap = exitStudentPaymentList.stream().collect(Collectors.groupingBy(CourseScheduleStudentPayment::getId));
|
|
|
|
|
|
+ Map<Long, List<CourseScheduleStudentPayment>> exitStudentPaymentMap = exitStudentPaymentList.stream().collect(Collectors.groupingBy(CourseScheduleStudentPayment::getCourseScheduleId));
|
|
|
|
|
|
//根据课程获取教师id关联集合
|
|
//根据课程获取教师id关联集合
|
|
List<IntegerAndIntegerListDto> courseScheduleTeachingTeacherIdList = new ArrayList<>();
|
|
List<IntegerAndIntegerListDto> courseScheduleTeachingTeacherIdList = new ArrayList<>();
|