wangliang 4 年之前
父節點
當前提交
98e61424a6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themis-exam/src/main/java/com/qmth/themis/exam/websocket/WebSocketOeServer.java

+ 1 - 1
themis-exam/src/main/java/com/qmth/themis/exam/websocket/WebSocketOeServer.java

@@ -143,7 +143,7 @@ public class WebSocketOeServer implements Concurrently {
                     //发送延时mq消息end
                 } else {
                     log.info("正常退出");
-                    ExamConstant.sendExamStopMsg(this.recordId, true, false);
+                    ExamConstant.sendExamStopMsg(this.recordId, true, true);
                     tOeExamRecordService.examBreakLogic(this.recordId, true);
                 }
             }