From 8bc35cc4f75cfb435577e34763002f69def6a1a2 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期六, 07 二月 2026 16:53:18 +0800
Subject: [PATCH] 调试
---
src/main/resources/mapper/LocMastMapper.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/mapper/LocMastMapper.xml b/src/main/resources/mapper/LocMastMapper.xml
index 1efab2e..6cbdc02 100644
--- a/src/main/resources/mapper/LocMastMapper.xml
+++ b/src/main/resources/mapper/LocMastMapper.xml
@@ -126,7 +126,7 @@
<if test="locType2 == 5">
and lev1 in(4,5)
</if>
- order by lev1 asc,bay1 asc
+ order by bay1 asc,lev1 asc,row1 asc
</select>
<select id="queryLocToTwo" resultMap="BaseResultMap">
@@ -138,7 +138,7 @@
<if test="locType2 == 8">
and lev1 in(3,4,5,6)
</if>
- order by lev1 asc,bay1 asc
+ order by bay1 asc,lev1 asc,row1 asc
</select>
<select id="queryLocToSpecal" resultMap="BaseResultMap">
@@ -150,7 +150,7 @@
<if test="locType1 == 2">
and lev1 in(2,3)
</if>
- order by lev1 asc,bay1 asc
+ order by bay1 asc,lev1 asc,row1 asc
</select>
<select id="queryLocToOneEmpty" resultMap="BaseResultMap">
@@ -162,6 +162,6 @@
<if test="locType2 == 6">
and lev1 in(1,2,3)
</if>
- order by lev1 asc,bay1 asc
+ order by bay1 asc,lev1 asc,row1 asc
</select>
</mapper>
--
Gitblit v1.9.1