|
|
@@ -329,7 +329,7 @@ public class StudentTryReadingReportController {
|
|
|
|
|
|
StudentTryReadingReportPageDto recordPageDto = new StudentTryReadingReportPageDto();
|
|
|
recordPageDto.setEnrollmentPlanId(enrollmentPlanList.get(0).getId());
|
|
|
-
|
|
|
+ recordPageDto.setReportCategory(2);
|
|
|
List<StudentReportRecordPlanPageVo> dataList = recordService.getTryReadingList(recordPageDto);
|
|
|
StudentReportRecordStatisticsVo statisticsVo = new StudentReportRecordStatisticsVo();
|
|
|
statisticsVo.setAllCount(dataList.stream().count());
|