From 342bb58548d655e03a69e1e37248d6586ee173b0 Mon Sep 17 00:00:00 2001 From: hujunpeng Date: Fri, 21 Mar 2025 16:19:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=98=E5=BA=93=E7=AE=A1=E7=90=86=E5=92=8C?= =?UTF-8?q?=E8=AF=95=E5=8D=B7=E7=AE=A1=E7=90=86=E4=BB=A3=E7=A0=81=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ccic-exam/src/main/resources/mappers/ExamPaperMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/ccic-exam/src/main/resources/mappers/ExamPaperMapper.xml b/ccic-exam/src/main/resources/mappers/ExamPaperMapper.xml index 9f3f1da..b95de5a 100644 --- a/ccic-exam/src/main/resources/mappers/ExamPaperMapper.xml +++ b/ccic-exam/src/main/resources/mappers/ExamPaperMapper.xml @@ -135,5 +135,6 @@ AND ep.id = #{id} + ORDER BY pq.question_number \ No newline at end of file