From 77b0c960b2e6e3063f4deb79609894076d3a1351 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 03 十一月 2022 14:00:55 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/LocDetlMapper.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml
index 129376a..21347a7 100644
--- a/src/main/resources/mapper/LocDetlMapper.xml
+++ b/src/main/resources/mapper/LocDetlMapper.xml
@@ -246,7 +246,9 @@
         and b.bay1 = #{bay}
         and b.loc_sts = 'F'
         order by b.row1
-
+        <if test="orderBy != null and orderBy != '' and orderBy == 'false'">
+            desc
+        </if>
     </select>
 
     <select id="queryStockAnfme" resultType="java.lang.Double">

--
Gitblit v1.9.1