|
@@ -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;
|