From 476ea60b275ea275db7cbc33b97177ac46ed46b6 Mon Sep 17 00:00:00 2001 From: MichaelWin Date: Thu, 5 Feb 2026 21:32:00 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/BizResourceMapper.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/mapper/BizResourceMapper.xml b/src/main/resources/mapper/BizResourceMapper.xml index c729c2e..d5b9672 100644 --- a/src/main/resources/mapper/BizResourceMapper.xml +++ b/src/main/resources/mapper/BizResourceMapper.xml @@ -17,6 +17,8 @@ and r.title like CONCAT('%', #{resourcePageRequest.searchKey}, '%') + + order by r.sort_code asc \ No newline at end of file