|
@@ -172,6 +172,7 @@ public class MqLogicServiceImpl implements MqLogicService {
|
|
Long objId = null;
|
|
Long objId = null;
|
|
Integer breachLogStatus = null;
|
|
Integer breachLogStatus = null;
|
|
JSONObject jsonObject = new JSONObject();
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
|
+ String title = systemOperationEnum.getTitle();
|
|
if (systemOperationEnum == SystemOperationEnum.BREACH_HANDLE || systemOperationEnum == SystemOperationEnum.BREACH_REVOKE) {
|
|
if (systemOperationEnum == SystemOperationEnum.BREACH_HANDLE || systemOperationEnum == SystemOperationEnum.BREACH_REVOKE) {
|
|
if (systemOperationEnum == SystemOperationEnum.BREACH_HANDLE) {
|
|
if (systemOperationEnum == SystemOperationEnum.BREACH_HANDLE) {
|
|
remark = BreachTypeEnum.valueOf(remark).getCode();
|
|
remark = BreachTypeEnum.valueOf(remark).getCode();
|
|
@@ -195,12 +196,13 @@ public class MqLogicServiceImpl implements MqLogicService {
|
|
}
|
|
}
|
|
teExamStudentLogService.saveOrUpdateBatch(teExamStudentLogList);
|
|
teExamStudentLogService.saveOrUpdateBatch(teExamStudentLogList);
|
|
}
|
|
}
|
|
|
|
+ title = jsonObject.toJSONString();
|
|
}
|
|
}
|
|
teExamStudentLog = new TEExamStudentLog(String.valueOf(mqDto.getBody()), info, remark,
|
|
teExamStudentLog = new TEExamStudentLog(String.valueOf(mqDto.getBody()), info, remark,
|
|
Long.parseLong(String.valueOf(mqDto.getObjId())),
|
|
Long.parseLong(String.valueOf(mqDto.getObjId())),
|
|
Long.parseLong(String.valueOf(mqDto.getProperties().get(SystemConstant.EXAM_STUDENT_ID))),
|
|
Long.parseLong(String.valueOf(mqDto.getProperties().get(SystemConstant.EXAM_STUDENT_ID))),
|
|
Long.parseLong(String.valueOf(mqDto.getProperties().get(SystemConstant.EXAM_RECORD_ID))),
|
|
Long.parseLong(String.valueOf(mqDto.getProperties().get(SystemConstant.EXAM_RECORD_ID))),
|
|
- jsonObject.toJSONString());
|
|
|
|
|
|
+ title);
|
|
teExamStudentLog.setObjId(objId);
|
|
teExamStudentLog.setObjId(objId);
|
|
} else {
|
|
} else {
|
|
teExamStudentLog = new TEExamStudentLog(String.valueOf(mqDto.getBody()),
|
|
teExamStudentLog = new TEExamStudentLog(String.valueOf(mqDto.getBody()),
|