|
@@ -194,7 +194,7 @@ public class TAExamCourseServiceImpl extends ServiceImpl<TAExamCourseMapper, TAE
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
map.put("gradeDistribution", surveyTeacherGradeDistributionResultList);
|
|
|
map.put("questionList", questionListResult);
|
|
|
- map.put("surveyTeacherExamCourse", surveyTeacherExamCourseResult);
|
|
|
+ map.put("surveyTeacher", surveyTeacherExamCourseResult);
|
|
|
return map;
|
|
|
}
|
|
|
}
|