소스 검색

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