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