From 11de12cb7c492d7412393a66221b41985de1da7d Mon Sep 17 00:00:00 2001 From: none Date: Wed, 22 Mar 2023 09:29:17 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=20=E5=90=8E=E5=8F=B0=E7=BA=BF=E4=B8=8A?= =?UTF-8?q?=E8=AF=BE=E5=88=97=E8=A1=A8=E7=9A=84=E9=BB=98=E8=AE=A4=E6=8E=92?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/CourseMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/CourseMapper.xml b/src/main/resources/mapper/CourseMapper.xml index a6f5e6b..d99fd66 100644 --- a/src/main/resources/mapper/CourseMapper.xml +++ b/src/main/resources/mapper/CourseMapper.xml @@ -107,7 +107,7 @@ ORDER BY `courses`.`created_at` DESC - ORDER BY `courses`.`id` ASC + ORDER BY `courses`.`id` DESC