|
@@ -187,6 +187,38 @@ public interface TOeExamRecordMapper extends BaseMapper<TOeExamRecord> {
|
|
@Param("maxWarningCount") Integer maxWarningCount,
|
|
@Param("maxWarningCount") Integer maxWarningCount,
|
|
@Param("userId") Long userId);
|
|
@Param("userId") Long userId);
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 预警提醒清除未阅列表
|
|
|
|
+ *
|
|
|
|
+ * @param examId
|
|
|
|
+ * @param examActivityId
|
|
|
|
+ * @param roomCode
|
|
|
|
+ * @param approveStatus
|
|
|
|
+ * @param name
|
|
|
|
+ * @param identity
|
|
|
|
+ * @param minMultipleFaceCount
|
|
|
|
+ * @param maxMultipleFaceCount
|
|
|
|
+ * @param minExceptionCount
|
|
|
|
+ * @param maxExceptionCount
|
|
|
|
+ * @param minWarningCount
|
|
|
|
+ * @param maxWarningCount
|
|
|
|
+ * @param userId
|
|
|
|
+ * @return
|
|
|
|
+ */
|
|
|
|
+ public Integer approveStatusListUpdate(@Param("examId") Long examId,
|
|
|
|
+ @Param("examActivityId") Long examActivityId,
|
|
|
|
+ @Param("roomCode") String roomCode,
|
|
|
|
+ @Param("approveStatus") Integer approveStatus,
|
|
|
|
+ @Param("name") String name,
|
|
|
|
+ @Param("identity") String identity,
|
|
|
|
+ @Param("minMultipleFaceCount") Integer minMultipleFaceCount,
|
|
|
|
+ @Param("maxMultipleFaceCount") Integer maxMultipleFaceCount,
|
|
|
|
+ @Param("minExceptionCount") Integer minExceptionCount,
|
|
|
|
+ @Param("maxExceptionCount") Integer maxExceptionCount,
|
|
|
|
+ @Param("minWarningCount") Integer minWarningCount,
|
|
|
|
+ @Param("maxWarningCount") Integer maxWarningCount,
|
|
|
|
+ @Param("userId") Long userId);
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 进度查询列表
|
|
* 进度查询列表
|
|
*
|
|
*
|
|
@@ -221,12 +253,12 @@ public interface TOeExamRecordMapper extends BaseMapper<TOeExamRecord> {
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
public List<InvigilateListProgressExcelBean> invigilatePageProgressListExport(@Param("examId") Long examId,
|
|
public List<InvigilateListProgressExcelBean> invigilatePageProgressListExport(@Param("examId") Long examId,
|
|
- @Param("examActivityId") Long examActivityId,
|
|
|
|
- @Param("roomCode") String roomCode,
|
|
|
|
- @Param("courseCode") String courseCode,
|
|
|
|
- @Param("name") String name,
|
|
|
|
- @Param("identity") String identity,
|
|
|
|
- @Param("userId") Long userId);
|
|
|
|
|
|
+ @Param("examActivityId") Long examActivityId,
|
|
|
|
+ @Param("roomCode") String roomCode,
|
|
|
|
+ @Param("courseCode") String courseCode,
|
|
|
|
+ @Param("name") String name,
|
|
|
|
+ @Param("identity") String identity,
|
|
|
|
+ @Param("userId") Long userId);
|
|
|
|
|
|
/**
|
|
/**
|
|
* 监考明细管理列表
|
|
* 监考明细管理列表
|
|
@@ -290,10 +322,10 @@ public interface TOeExamRecordMapper extends BaseMapper<TOeExamRecord> {
|
|
*/
|
|
*/
|
|
public List<InvigilateListPatrolReportBean> patrolReport(@Param("examId") Long examId, @Param("userId") Long userId);
|
|
public List<InvigilateListPatrolReportBean> patrolReport(@Param("examId") Long examId, @Param("userId") Long userId);
|
|
|
|
|
|
- public TOeExamRecord findOneByExamId(@Param("examId") Long examId,@Param("status") String status);
|
|
|
|
|
|
+ public TOeExamRecord findOneByExamId(@Param("examId") Long examId, @Param("status") String status);
|
|
|
|
|
|
public Long getExamingCount();
|
|
public Long getExamingCount();
|
|
-
|
|
|
|
|
|
+
|
|
public Long getOnlineCount();
|
|
public Long getOnlineCount();
|
|
|
|
|
|
public Long getExceptionCount();
|
|
public Long getExceptionCount();
|
|
@@ -307,6 +339,6 @@ public interface TOeExamRecordMapper extends BaseMapper<TOeExamRecord> {
|
|
public List<Map<String, Object>> getTypeDistribution();
|
|
public List<Map<String, Object>> getTypeDistribution();
|
|
|
|
|
|
public List<ExaminationMonitorHourWarnCountBean> getWarnTrend(@Param("startTime") Long startTime);
|
|
public List<ExaminationMonitorHourWarnCountBean> getWarnTrend(@Param("startTime") Long startTime);
|
|
-
|
|
|
|
|
|
+
|
|
public void updateHasAnswerFile(@Param("recordId") Long recordId, @Param("hasAnswerFile") Integer hasAnswerFile);
|
|
public void updateHasAnswerFile(@Param("recordId") Long recordId, @Param("hasAnswerFile") Integer hasAnswerFile);
|
|
}
|
|
}
|