|
@@ -161,7 +161,7 @@ public class TAExamCourseServiceImpl extends ServiceImpl<TAExamCourseMapper, TAE
|
|
|
//查找老师得分
|
|
|
TeacherInfoListResult teacherInfoListResult = reportCommonService.findTeacherInfo(examId, courseCode, collegeId);
|
|
|
//查找题目信息
|
|
|
- QuestionListResult questionListResult = reportCommonService.findQuestionInfo(examId, courseCode, collegeId);
|
|
|
+ QuestionListResult questionListResult = reportCommonService.findQuestionInfo(examId, courseCode, null,null,null);
|
|
|
|
|
|
return new CollegeAndCourseResult(courseInfoResult, collegeAndSchoolGradeDistributionResult, dimensionAnalyzeResult,
|
|
|
questionInfoResult, teacherInfoListResult, questionListResult);
|
|
@@ -189,7 +189,7 @@ public class TAExamCourseServiceImpl extends ServiceImpl<TAExamCourseMapper, TAE
|
|
|
//学院学科报表科目描述
|
|
|
List<SurveyTeacherGradeDistributionResult> surveyTeacherGradeDistributionResultList = reportCommonService.surveyTeacherDistribution(examId, courseCode, null, false);
|
|
|
//查找题目信息
|
|
|
- QuestionListResult questionListResult = reportCommonService.findQuestionInfo(examId, courseCode, collegeId);
|
|
|
+ QuestionListResult questionListResult = reportCommonService.findQuestionInfo(examId, courseCode, null,null,null);
|
|
|
return new SurveyTeacherViewResult(surveyTeacherGradeDistributionResultList, questionListResult, surveyTeacherExamCourseResult, teachCourseSurveyResult);
|
|
|
}
|
|
|
|