|
@@ -1094,7 +1094,7 @@ public class StudentServiceImpl extends ServiceImpl<StudentDao, Student> impleme
|
|
|
|
|
|
summaryDto.setRecordTime(sysMusicCompareRecordService.getDao().countStudentPracticeTime(userId, monday, sunday));
|
|
|
|
|
|
- summaryDto.setCourseCount(courseScheduleService.getDao().countStudentOverCourse(userId, monday, sunday,"ING,COMPLETE"));
|
|
|
+ summaryDto.setCourseCount(courseScheduleService.getDao().countStudentOverCourse(userId, monday, sunday,"COMPLETE"));
|
|
|
|
|
|
summaryDto.setTotalCourseCount(courseScheduleService.getDao().countStudentOverCourse(userId, monday, sunday,null));
|
|
|
return summaryDto;
|