|
@@ -228,6 +228,7 @@ public class ExamScoreServiceImpl implements ExamScoreService {
|
|
objectiveScoreInfo.setExamRecordDataId(examRecordDataEntity.getId());
|
|
objectiveScoreInfo.setExamRecordDataId(examRecordDataEntity.getId());
|
|
objectiveScoreInfo.setExamOrder(examRecordDataEntity.getExamOrder());
|
|
objectiveScoreInfo.setExamOrder(examRecordDataEntity.getExamOrder());
|
|
objectiveScoreInfo.setStartTime(examRecordDataEntity.getStartTime());
|
|
objectiveScoreInfo.setStartTime(examRecordDataEntity.getStartTime());
|
|
|
|
+ objectiveScoreInfo.setEndTime(examRecordDataEntity.getEndTime());
|
|
|
|
|
|
//如果考试没有结束,则只能返回部分数据
|
|
//如果考试没有结束,则只能返回部分数据
|
|
if (!examRecordDataService.isExamRecordEnded(examRecordDataEntity)) {
|
|
if (!examRecordDataService.isExamRecordEnded(examRecordDataEntity)) {
|
|
@@ -238,7 +239,6 @@ public class ExamScoreServiceImpl implements ExamScoreService {
|
|
objectiveScoreInfo.setIsExamEnded(true);
|
|
objectiveScoreInfo.setIsExamEnded(true);
|
|
}
|
|
}
|
|
|
|
|
|
- objectiveScoreInfo.setEndTime(examRecordDataEntity.getEndTime());
|
|
|
|
if (!examRecordDataEntity.getIsIllegality()) {
|
|
if (!examRecordDataEntity.getIsIllegality()) {
|
|
if (examRecordDataEntity.getIsWarn() && !examRecordDataEntity.getIsAudit()) {
|
|
if (examRecordDataEntity.getIsWarn() && !examRecordDataEntity.getIsAudit()) {
|
|
objectiveScoreInfo.setIsAuditing(true);
|
|
objectiveScoreInfo.setIsAuditing(true);
|