|
@@ -1,6 +1,5 @@
|
|
|
package com.qmth.themis.business.dao;
|
|
|
|
|
|
-import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage;
|
|
|
import com.qmth.themis.business.base.CustomBaseMapper;
|
|
|
import com.qmth.themis.business.bean.admin.ExamDeficiencyListBean;
|
|
@@ -96,18 +95,6 @@ public interface TEExamStudentMapper extends CustomBaseMapper<TEExamStudent> {
|
|
|
*/
|
|
|
public IPage<MarkResultDto> markResultQuery(IPage<Map> iPage, @Param("examId") Long examId, @Param("activityId") Long activityId, @Param("identity") String identity, @Param("name") String name, @Param("courseCode") String courseCode);
|
|
|
|
|
|
- /**
|
|
|
- * 查询学生成绩信息(导出用)
|
|
|
- *
|
|
|
- * @param examId
|
|
|
- * @param activityId
|
|
|
- * @param identity
|
|
|
- * @param name
|
|
|
- * @param courseCode
|
|
|
- * @return
|
|
|
- */
|
|
|
- public List<MarkResultSimpleExportDto> markResultQueryExport(@Param("examId") Long examId, @Param("activityId") Long activityId, @Param("identity") String identity, @Param("name") String name, @Param("courseCode") String courseCode);
|
|
|
-
|
|
|
/**
|
|
|
* 查询学生成绩信息(分页导出用)
|
|
|
*
|