wangwei 7 yıl önce
ebeveyn
işleme
b54f5054fa

+ 1 - 1
examcloud-core-examwork-api-provider/src/main/java/cn/com/qmth/examcloud/core/examwork/api/controller/ExamStudentController.java

@@ -169,7 +169,7 @@ public class ExamStudentController extends ControllerSupport {
 		};
 
 		PageRequest pageRequest = new PageRequest(curPage, pageSize,
-				new Sort(Direction.DESC, "id"));
+				new Sort(Direction.DESC, "updateTime"));
 
 		Page<ExamStudent> examStudents = examStudentRepo.findAll(specification, pageRequest);