|
@@ -3,10 +3,7 @@ package com.qmth.distributed.print.business.mapper;
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage;
|
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
|
-import com.qmth.distributed.print.business.bean.dto.ClientExamStudentDto;
|
|
|
-import com.qmth.distributed.print.business.bean.dto.ExamDetailPdfDownloadDto;
|
|
|
-import com.qmth.distributed.print.business.bean.dto.PrintTaskDto;
|
|
|
-import com.qmth.distributed.print.business.bean.dto.PrintTaskTotalDto;
|
|
|
+import com.qmth.distributed.print.business.bean.dto.*;
|
|
|
import com.qmth.distributed.print.business.bean.result.ExaminationDetailResult;
|
|
|
import com.qmth.distributed.print.business.bean.result.ExaminationResult;
|
|
|
import com.qmth.distributed.print.business.bean.result.SummarizedDataResult;
|
|
@@ -121,5 +118,5 @@ public interface ExamDetailMapper extends BaseMapper<ExamDetail> {
|
|
|
|
|
|
SummarizedDataResult findSummarizedData(@Param("schoolId") Long schoolId, @Param("semesterId") Long semesterId, @Param("examId") Long examId, @Param("printPlanIdList") List<Long> printPlanIdList, @Param("courseCode") String courseCode, @Param("paperNumber") String paperNumber, @Param("examPlace") String examPlace, @Param("examRoom") String examRoom, @Param("packageCode") String packageCode, @Param("startDate") Long startDate, @Param("endDate") Long endDate, @Param("dpr") DataPermissionRule dpr);
|
|
|
|
|
|
- List<ExamDetailCourse> listByExamIdAndCourseCode(@Param("schoolId") Long schoolId, @Param("examId") Long examId, @Param("courseCode") String courseCode);
|
|
|
+ List<ExamDetailCourseDto> listByExamIdAndCourseCode(@Param("schoolId") Long schoolId, @Param("examId") Long examId, @Param("courseCode") String courseCode);
|
|
|
}
|