浏览代码

BUG修复

wangliang 1 年之前
父节点
当前提交
99362ef5f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themis-mq/src/main/java/com/qmth/themis/mq/service/impl/MqLogicServiceImpl.java

+ 1 - 1
themis-mq/src/main/java/com/qmth/themis/mq/service/impl/MqLogicServiceImpl.java

@@ -788,7 +788,7 @@ public class MqLogicServiceImpl implements MqLogicService {
                 String reason = "【异常处理】" + String.valueOf(jsonObject.getJSONObject("reason").get("reason"));
                 UpdateWrapper<TIeInvigilateExceptionInfo> tIeInvigilateExceptionInfoUpdateWrapper = new UpdateWrapper<>();
                 tIeInvigilateExceptionInfoUpdateWrapper.lambda().set(TIeInvigilateExceptionInfo::getInfo, reason)
-                        .set(TIeInvigilateExceptionInfo::getType, ExceptionEnum.EXAM_BREAK.getTitle())
+                        .set(TIeInvigilateExceptionInfo::getType, ExceptionEnum.EXAM_BREAK)
                         .set(TIeInvigilateExceptionInfo::getDifference, diff)
                         .set(TIeInvigilateExceptionInfo::getUpdateTime, lastPrepareTime)
                         .eq(TIeInvigilateExceptionInfo::getObjId, breakId);