From a92e0974e1a683a99a7aedddfbda5cf512fe5a21 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期五, 26 十二月 2025 16:06:47 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/LocMastMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/LocMastMapper.xml b/src/main/resources/mapper/LocMastMapper.xml
index 5ae1ea1..6a507bb 100644
--- a/src/main/resources/mapper/LocMastMapper.xml
+++ b/src/main/resources/mapper/LocMastMapper.xml
@@ -50,6 +50,6 @@
                 #{row}
             </foreach>
         </if>
-        order by bay1 asc, lev1 asc
+        order by bay1 desc, lev1 asc
     </select>
 </mapper>

--
Gitblit v1.9.1