|
@@ -152,7 +152,7 @@ public class ExamStudentImportDataProcessingTask extends AbstractTask {
|
|
|
Long batchId = importEntity.getBatchId();
|
|
|
|
|
|
while (true) {
|
|
|
- Pageable pageable = new PageRequest(0, 100, Sort.Direction.DESC, "updateTime");
|
|
|
+ Pageable pageable = new PageRequest(0, 100, Sort.Direction.ASC, "lineNum");
|
|
|
List<ExamStudentTempEntity> list = examStudentTempRepo
|
|
|
.findByBatchIdAndStatusCodeIsNull(batchId, pageable);
|
|
|
if (CollectionUtils.isEmpty(list)) {
|