Jelajahi Sumber

监考端接口

wangliang 4 tahun lalu
induk
melakukan
e4dc41ce39

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

@@ -160,7 +160,7 @@ public class ExamRecordCacheUtil {
 
     public static void setMonitorKey(Long recordId, String monitorKey) {
         redisUtil.set(RedisKeyHelper.examRecordCacheKey(recordId), "monitorKey", monitorKey);
-        examRecordService.dataUpdateMq(recordId, "monitorKey", monitorKey);
+        examRecordService.dataUpdateMq(recordId, "monitor_key", monitorKey);
     }
 
     public static String getMonitorKey(Long recordId) {