wangliang 4 年 前
コミット
98e61424a6

+ 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);
                 }
             }