|
@@ -274,14 +274,16 @@ public class TaskServiceImpl implements TaskService {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- library = libraryService.save(library);
|
|
|
|
|
|
+ // library = libraryService.save(library);
|
|
// 触发仲裁后续处理
|
|
// 触发仲裁后续处理
|
|
if (history != null) {
|
|
if (history != null) {
|
|
- libraryService.setArbitrate(history.getStudentId(), history.getGroupNumber());
|
|
|
|
|
|
+ // libraryService.setArbitrate(history.getStudentId(),
|
|
|
|
+ // history.getGroupNumber());
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// 更新评卷任务数量
|
|
// 更新评卷任务数量
|
|
- groupService.updateLibraryCount(library.getExamId(), library.getSubjectCode(), library.getGroupNumber());
|
|
|
|
|
|
+ // groupService.updateLibraryCount(library.getExamId(),
|
|
|
|
+ // library.getSubjectCode(), library.getGroupNumber());
|
|
}
|
|
}
|
|
return library;
|
|
return library;
|
|
}
|
|
}
|
|
@@ -393,7 +395,7 @@ public class TaskServiceImpl implements TaskService {
|
|
totalScore = totalScore + Double.parseDouble(score);
|
|
totalScore = totalScore + Double.parseDouble(score);
|
|
}
|
|
}
|
|
stepTask.setHeaderScore(totalScore);
|
|
stepTask.setHeaderScore(totalScore);
|
|
- submitTask(stepTask);
|
|
|
|
|
|
+ // submitTask(stepTask);
|
|
}
|
|
}
|
|
return true;
|
|
return true;
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|