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