wangliang 4 lat temu
rodzic
commit
d5f2797474

+ 3 - 0
themis-business/src/main/java/com/qmth/themis/business/cache/ExamRecordCacheUtil.java

@@ -73,4 +73,7 @@ public class ExamRecordCacheUtil {
 		return (FinishTypeEnum) redisUtil.get(RedisKeyHelper.examRecordCacheKey(recordId), "finishType");
 	}
 
+	public static Date getClientLastSyncTime(Long recordId) {
+		return (Date) redisUtil.get(RedisKeyHelper.examRecordCacheKey(recordId), "clientLastSyncTime");
+	}
 }

+ 1 - 0
themis-mq/src/main/java/com/qmth/themis/mq/enums/MqTagEnum.java

@@ -22,6 +22,7 @@ public enum MqTagEnum {
     roomCodeImport,
     examPaperImport,
     oe,
+    unNormal,
     examActivity,
     /**
      * 计算客观分