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