|
@@ -46,14 +46,17 @@ public interface TEExamStudentMapper extends CustomBaseMapper<TEExamStudent> {
|
|
@Param("roomCode") String roomCode, @Param("courseCode") String courseCode, @Param("grade") String grade,
|
|
@Param("roomCode") String roomCode, @Param("courseCode") String courseCode, @Param("grade") String grade,
|
|
@Param("enable") Integer enable, @Param("classNo") String classNo, @Param("hasPhoto") Integer hasPhoto);
|
|
@Param("enable") Integer enable, @Param("classNo") String classNo, @Param("hasPhoto") Integer hasPhoto);
|
|
|
|
|
|
|
|
+ @SuppressWarnings("MybatisXMapperMethodInspection")
|
|
public List<Map<String, Object>> getTotalCount(@Param("orgId") Long orgId, @Param("examId") Long examId, @Param("activityId") Long activityId,
|
|
public List<Map<String, Object>> getTotalCount(@Param("orgId") Long orgId, @Param("examId") Long examId, @Param("activityId") Long activityId,
|
|
@Param("roomCode") String roomCode, @Param("courseCode") String courseCode);
|
|
@Param("roomCode") String roomCode, @Param("courseCode") String courseCode);
|
|
|
|
|
|
public IPage<ExamViewCountListBean> getTotalCountInfo(IPage<Map> iPage, @Param("orgId") Long orgId, @Param("examId") Long examId, @Param("activityId") Long activityId,
|
|
public IPage<ExamViewCountListBean> getTotalCountInfo(IPage<Map> iPage, @Param("orgId") Long orgId, @Param("examId") Long examId, @Param("activityId") Long activityId,
|
|
@Param("roomCode") String roomCode, @Param("courseCode") String courseCode);
|
|
@Param("roomCode") String roomCode, @Param("courseCode") String courseCode);
|
|
|
|
|
|
|
|
+ @SuppressWarnings("MybatisXMapperMethodInspection")
|
|
public List<Map<String, Object>> getDoneCountByActivityIds(@Param("examId") Long examId, @Param("activityIds") List<Long> activityIds);
|
|
public List<Map<String, Object>> getDoneCountByActivityIds(@Param("examId") Long examId, @Param("activityIds") List<Long> activityIds);
|
|
|
|
|
|
|
|
+ @SuppressWarnings("MybatisXMapperMethodInspection")
|
|
public List<Map<String, Object>> getAbsentCountByActivityIds(@Param("examId") Long examId, @Param("activityIds") List<Long> activityIds);
|
|
public List<Map<String, Object>> getAbsentCountByActivityIds(@Param("examId") Long examId, @Param("activityIds") List<Long> activityIds);
|
|
|
|
|
|
/**
|
|
/**
|