浏览代码

update CacheConstants

deason 9 月之前
父节点
当前提交
2a661a1841

+ 6 - 1
examcloud-common-models/src/main/java/cn/com/qmth/examcloud/support/CacheConstants.java

@@ -59,6 +59,11 @@ public interface CacheConstants {
      */
     String LOCK_FACE_COMPARE = LOCK_PREFIX + "OE_FACE_COMPARE:";
 
+    /**
+     * 人脸比对信息-重置错误次数锁
+     */
+    String LOCK_FACE_COMPARE_RESET = LOCK_PREFIX + "OE_FACE_COMPARE_RESET";
+
     /**
      * 考试记录清理锁
      */
@@ -73,7 +78,7 @@ public interface CacheConstants {
      * 阅卷导出任务锁:{exportTaskId}
      */
     String LOCK_M_EXPORT_TASK = LOCK_PREFIX + "M_EXPORT_TASK:";
-    
+
     /**
      * 阅卷导入任务锁:{workId}
      */