|
@@ -13,7 +13,6 @@ import com.qmth.teachcloud.report.business.enums.SemesterEnum;
|
|
import com.qmth.teachcloud.report.business.mapper.TAExamCourseMapper;
|
|
import com.qmth.teachcloud.report.business.mapper.TAExamCourseMapper;
|
|
import com.qmth.teachcloud.report.business.mapper.TAExamCourseRecordMapper;
|
|
import com.qmth.teachcloud.report.business.mapper.TAExamCourseRecordMapper;
|
|
import com.qmth.teachcloud.report.business.service.*;
|
|
import com.qmth.teachcloud.report.business.service.*;
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
import javax.annotation.Resource;
|
|
@@ -150,8 +149,10 @@ public class TAExamCourseServiceImpl extends ServiceImpl<TAExamCourseMapper, TAE
|
|
.eq(TBPaper::getCourseCode, courseCode);
|
|
.eq(TBPaper::getCourseCode, courseCode);
|
|
List<TBPaper> tbPaperList = tbPaperService.list(tbPaperQueryWrapper);
|
|
List<TBPaper> tbPaperList = tbPaperService.list(tbPaperQueryWrapper);
|
|
|
|
|
|
- //查找科目学院维度
|
|
|
|
|
|
+ //查找学院科目维度
|
|
List<TAExamCourseCollegeInspectResult> taExamCourseCollegeInspectResultList = taExamCourseCollegeInspectService.findCourseDescriptiveStatisticsForCollege(examId, courseCode);
|
|
List<TAExamCourseCollegeInspectResult> taExamCourseCollegeInspectResultList = taExamCourseCollegeInspectService.findCourseDescriptiveStatisticsForCollege(examId, courseCode);
|
|
|
|
+ //查找学校科目维度
|
|
|
|
+ List<TAExamCourseCollegeInspectResult> taExamCourseSchoolInspectResultList = taExamCourseCollegeInspectService.findCourseDescriptiveStatisticsForSchool(examId, courseCode);
|
|
|
|
|
|
//查找维度
|
|
//查找维度
|
|
List<CourseDimensionResult> courseDimensionResultList = tbDimensionService.findDimensionInfo(examId, courseCode, sysUser.getOrgId());
|
|
List<CourseDimensionResult> courseDimensionResultList = tbDimensionService.findDimensionInfo(examId, courseCode, sysUser.getOrgId());
|