@@ -36,7 +36,7 @@ public class AiMarkingJob {
if (!sysProperty.getMarkingTaskEnable()) {
return;
}
- Long examId = 1342L;
+ Long examId = null;
List<StudentEntity> students = studentService.findToMarking(examId);
if (CollectionUtils.isEmpty(students)) {
@@ -71,7 +71,7 @@ public class BuildImageJob {
if (CollectionUtils.isEmpty(qs)) {
List<StudentEntity> stus = studentService.findToDispose(examId);
if (CollectionUtils.isEmpty(stus)) {